libmedium/Cargo.toml

46 lines
1.0 KiB
TOML
Raw Normal View History

2021-10-31 15:11:13 +05:30
[package]
authors = ["realaravinth <realaravinth@batsense.net>"]
2021-10-31 15:11:13 +05:30
build = "build.rs"
2023-10-20 14:33:17 +05:30
documentation = "https://git.batsense.net/realaravinth/libmedium"
edition = "2021"
2023-10-20 14:33:17 +05:30
homepage = "https://git.batsense.net/realaravinth/libmedium"
2021-10-31 15:11:13 +05:30
license = "AGPLv3 or later version"
name = "libmedium"
2023-10-20 14:33:17 +05:30
readme = "https://git.batsense.net/realaravinth/libmedium/blob/master/README.md"
repository = "https://git.batsense.net/realaravinth/libmedium"
version = "0.1.0"
2021-10-31 15:11:13 +05:30
[dependencies]
actix-http = "3.0.4"
2021-10-31 15:11:13 +05:30
actix-rt = "2"
actix-web = "4.0.1"
bincode = "1.3.3"
2023-02-19 19:52:14 +05:30
chrono = "0.4.23"
2023-10-20 14:31:21 +05:30
config = "0.13"
derive_more = "0.99"
futures = "0.3.17"
lazy_static = "1.4"
log = "0.4"
num_cpus = "1.13"
2023-10-20 14:31:21 +05:30
pretty_env_logger = "0.5"
2023-10-20 14:32:15 +05:30
sailfish = "0.8.1"
2021-10-31 15:11:13 +05:30
serde = "1"
serde_json = "1"
sled = "0.34.7"
2023-02-19 19:52:14 +05:30
syntect = "5.0.0"
2021-10-31 15:11:13 +05:30
url = "2.2"
2023-10-20 14:31:21 +05:30
actix-web-codegen-const-routes = "0.2.0"
sha256 = "1.5.0"
2021-10-31 15:11:13 +05:30
[dependencies.graphql_client]
features = ["reqwest"]
2023-10-20 14:21:21 +05:30
version = "0.13.0"
2021-10-31 15:11:13 +05:30
[dependencies.reqwest]
features = ["json"]
2023-10-20 14:31:21 +05:30
version = "0.11.22"
sled = "0.34.7"
bincode = "1.3.3"
2021-11-04 23:51:59 +05:30
futures = "0.3.17"