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

23 lines
639 B
TOML
Raw Normal View History

[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"
2023-09-26 17:04:15 -04:00
sha1 = "0.10.6"
tokio = { version = "1", features = ["full", "macros"] }
reqwest = { version = "0.11", features = ["json", "stream"]}
tokio-stream = "0.1.14"
2023-10-26 11:04:46 -04:00
futures = "0.3.29"
2023-09-20 14:03:52 -04:00
tokio-util = "0.7.9"
2023-09-15 11:03:48 -04:00
chrono = { version = "0.4.31", features = ["serde", "clock"] }