# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "raze" version = "0.4.1" authors = ["Kongou "] exclude = ["credentials"] description = "Rust-friendly API for for Backblaze's B2 backend - Includes raw calls and helpers" readme = "README.md" keywords = ["b2", "api", "backup", "backblaze", "async"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/KongouDesu/raze" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.0" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.pin-project] version = "1.0" optional = true [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.6" features = ["std"] optional = true [dependencies.tokio] version = "1" features = ["time"] optional = true [dependencies.tokio-util] version = "0.6" optional = true [dependencies.url] version = "2.2" [dev-dependencies.futures-util] version = "0.3" features = ["io"] [dev-dependencies.reqwest] version = "0.11" features = ["stream"] [dev-dependencies.tokio] version = "1" features = ["fs", "macros", "parking_lot", "rt-multi-thread"] [features] default = ["utils", "util_readers"] util_readers = ["sha1", "tokio", "tokio-util", "pin-project", "bytes"] utils = ["futures"]