lox/crates/rdsys-backend/Cargo.toml

21 lines
504 B
TOML
Raw Normal View History

2023-01-20 16:01:03 -05:00
[package]
name = "rdsys_backend"
2023-01-20 16:01:03 -05:00
version = "0.1.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"}
2023-01-20 16:01:03 -05:00
serde = { version = "1", features = ["derive"]}
bytes = "1"
2023-04-04 13:27:47 -04:00
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.27"
tokio-util = "0.7.7"