# 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" name = "yab2" version = "0.1.0-alpha.3" authors = ["novacrazy "] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "Yet Another Backblaze B2 Client" documentation = "https://docs.rs/yab2" readme = "README.md" keywords = [ "backblaze", "b2", "cloud", "storage", ] categories = [ "web-programming", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Lantern-chat/yab2" [dependencies.base64] version = "0.21.7" [dependencies.bytes] version = "1.5.0" [dependencies.failsafe] version = "1.2.0" [dependencies.futures-util] version = "0.3" optional = true [dependencies.headers] version = "0.3" [dependencies.hex] version = "0.4.3" optional = true [dependencies.md-5] version = "0.10.6" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.reqwest] version = "0.11" features = [ "stream", "json", ] [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.sha1] version = "0.10.6" optional = true [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1" features = [ "io-util", "sync", ] [dependencies.typed-builder] version = "0.18.1" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.sha1] version = "0.10.6" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "fs", "pool", "reqwest_compression", ] fs = [ "tokio/fs", "tokio/macros", "hex", "sha1", "futures-util", ] large_buffers = [] pool = ["parking_lot"] reqwest_compression = [ "reqwest/gzip", "reqwest/deflate", ]