[dependencies.base64]
version = "0.13"
[dependencies.bytes]
optional = true
version = "1.0"
[dependencies.futures]
optional = true
version = "0.3"
[dependencies.pin-project]
optional = true
version = "1.0"
[dependencies.reqwest]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha1]
features = ["std"]
optional = true
version = "0.6"
[dependencies.tokio]
features = ["time"]
optional = true
version = "1"
[dependencies.tokio-util]
optional = true
version = "0.6"
[dependencies.url]
version = "2.2"
[dev-dependencies.futures-util]
features = ["io"]
version = "0.3"
[dev-dependencies.reqwest]
features = ["stream"]
version = "0.11"
[dev-dependencies.tokio]
features = ["fs", "macros", "parking_lot", "rt-multi-thread"]
version = "1"
[features]
default = ["utils", "util_readers"]
util_readers = ["sha1", "tokio", "tokio-util", "pin-project", "bytes"]
utils = ["futures"]
[package]
authors = ["Kongou <kongou@shipfu.moe>"]
categories = ["api-bindings"]
description = "Rust-friendly API for for Backblaze's B2 backend - Includes raw calls and helpers"
edition = "2018"
exclude = ["credentials"]
keywords = ["b2", "api", "backup", "backblaze", "async"]
license = "MIT"
name = "raze"
readme = "README.md"
repository = "https://github.com/KongouDesu/raze"
version = "0.4.1"