[package] name = "rdsys_backend" authors = ["Cecylia Bocovich "] 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.14" futures = "0.3.28" tokio-util = "0.7.9" chrono = { version = "0.4.31", features = ["serde", "clock"] }