starchart/Cargo.toml

33 lines
823 B
TOML
Raw Normal View History

2022-03-27 23:45:31 +05:30
[package]
authors = ["realaravinth <realaravinth@batsense.net>"]
description = "ForgeFlux StarChart - Federated forge spider"
2022-03-27 23:45:31 +05:30
documentation = "https://forgeflux.org/"
edition = "2021"
license = "AGPLv3 or later version"
name = "starchart"
repository = "https://github.com/forgeflux-org/starchart"
2022-03-27 23:45:31 +05:30
version = "0.1.0"
[dependencies]
actix-rt = "2.7"
2022-04-02 16:12:34 +05:30
config = "0.12.0"
lazy_static = "1.4.0"
rand = "0.8.5"
tera = "1.15"
2022-04-02 16:12:34 +05:30
tokio = { version = "1.17", features = ["fs", "time"] }
url = "2.2.2"
[dependencies.reqwest]
features = ["rustls-tls-native-roots", "gzip", "deflate", "brotli", "json"]
version = "0.11.10"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
2022-03-27 23:45:31 +05:30
[dependencies.trust-dns-resolver]
features = ["tokio-runtime", "dns-over-tls", "dns-over-rustls"]
version = "0.21.1"