lox/crates/rdsys-backend-api/Cargo.toml

23 lines
622 B
TOML

[package]
name = "rdsys_backend"
authors = ["Cecylia Bocovich <cohosh@torproject.org>"]
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_json = "1"
futures-util = { version = "0.3"}
serde = { version = "1", features = ["derive"]}
bytes = "1"
hex = "0.4.3"
crc64 = "2.0.0"
sha1 = "0.10.5"
tokio = { version = "1", features = ["macros"]}
reqwest = { version = "0.11", features = ["stream"]}
tokio-stream = "0.1.12"
futures = "0.3.28"
tokio-util = "0.7.8"
chrono = { version = "0.4.27", features = ["serde", "clock"] }