libmedium/Cargo.toml

48 lines
1.1 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"
documentation = "https://github.con/realaravinth/libmedium"
edition = "2021"
homepage = "https://github.com/realaravinth/libmedium"
2021-10-31 15:11:13 +05:30
license = "AGPLv3 or later version"
name = "libmedium"
readme = "https://github.com/realaravinth/libmedium/blob/master/README.md"
repository = "https://github.com/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"
2021-10-31 15:11:13 +05:30
config = "0.11"
derive_more = "0.99"
futures = "0.3.17"
lazy_static = "1.4"
log = "0.4"
num_cpus = "1.13"
pretty_env_logger = "0.4"
2023-02-19 19:52:14 +05:30
sailfish = "0.6.0"
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"
[dependencies.graphql_client]
features = ["reqwest"]
2023-02-19 19:52:14 +05:30
version = "0.12.0"
2021-10-31 15:11:13 +05:30
[dependencies.actix-web-codegen-const-routes]
git = "https://github.com/realaravinth/actix-web-codegen-const-routes"
package = "actix-web-codegen-const-routes"
[dependencies.reqwest]
features = ["json"]
version = "0.11.6"
sled = "0.34.7"
bincode = "1.3.3"
2021-11-04 23:51:59 +05:30
futures = "0.3.17"