2021-10-31 15:11:13 +05:30
|
|
|
[package]
|
2022-03-18 20:45:01 +05:30
|
|
|
authors = ["realaravinth <realaravinth@batsense.net>"]
|
2021-10-31 15:11:13 +05:30
|
|
|
build = "build.rs"
|
|
|
|
documentation = "https://github.con/realaravinth/libmedium"
|
2022-03-18 20:45:01 +05:30
|
|
|
edition = "2021"
|
|
|
|
homepage = "https://github.com/realaravinth/libmedium"
|
2021-10-31 15:11:13 +05:30
|
|
|
license = "AGPLv3 or later version"
|
2022-03-18 20:45:01 +05:30
|
|
|
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.0-beta.8"
|
|
|
|
actix-rt = "2"
|
2022-03-18 20:45:01 +05:30
|
|
|
actix-web = "4.0.0-beta.9"
|
|
|
|
bincode = "1.3.3"
|
|
|
|
chrono = "0.4.19"
|
2021-10-31 15:11:13 +05:30
|
|
|
config = "0.11"
|
2022-03-18 20:45:01 +05:30
|
|
|
derive_more = "0.99"
|
|
|
|
futures = "0.3.17"
|
|
|
|
lazy_static = "1.4"
|
|
|
|
log = "0.4"
|
|
|
|
num_cpus = "1.13"
|
|
|
|
pretty_env_logger = "0.4"
|
|
|
|
sailfish = "0.3.2"
|
2021-10-31 15:11:13 +05:30
|
|
|
serde = "1"
|
|
|
|
serde_json = "1"
|
2022-03-18 20:45:01 +05:30
|
|
|
sled = "0.34.7"
|
|
|
|
syntect = "4.6.0"
|
2021-10-31 15:11:13 +05:30
|
|
|
url = "2.2"
|
|
|
|
|
2022-03-18 20:45:01 +05:30
|
|
|
[dependencies.graphql_client]
|
|
|
|
features = ["reqwest"]
|
|
|
|
version = "0.10.0"
|
2021-10-31 15:11:13 +05:30
|
|
|
|
2022-03-18 20:45:01 +05:30
|
|
|
[dependencies.my-codegen]
|
|
|
|
git = "https://github.com/realaravinth/actix-web"
|
|
|
|
package = "actix-web-codegen"
|
2021-10-31 22:26:42 +05:30
|
|
|
|
2022-03-18 20:45:01 +05:30
|
|
|
[dependencies.reqwest]
|
|
|
|
features = ["json"]
|
|
|
|
version = "0.11.6"
|
2021-11-02 15:30:25 +05:30
|
|
|
|
|
|
|
sled = "0.34.7"
|
|
|
|
bincode = "1.3.3"
|
2021-11-04 23:51:59 +05:30
|
|
|
futures = "0.3.17"
|