# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "streambed" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Streambed core library components" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed" path = "src/lib.rs" [dependencies.aes] version = "0.8.2" [dependencies.async-trait] version = "0.1.60" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.exponential-backoff] version = "1.1.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.1" optional = true [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_with] version = "2.0.1" features = ["base64"] [dependencies.sha2] version = "0.10.6" [dependencies.smol_str] version = "0.3.2" features = ["serde"] [dependencies.tokio] version = "1.23.0" features = [ "macros", "rt", ] [dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.serde_json] version = "1.0.90" [features] reqwest = ["dep:reqwest"]