# 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 = "cloud-storage-lite" version = "0.1.9" authors = ["Nick Hynes "] description = "A simple, flexible Google Cloud Storage client." documentation = "http://docs.rs/cloud-storage-lite/" readme = "README.md" keywords = ["google", "cloud", "storage"] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.com/oasislabs/cloud-storage-lite" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.40" [dependencies.async-trait] version = "0.1.48" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.13" [dependencies.jsonwebtoken] version = "7.2.0" optional = true [dependencies.percent-encoding] version = "2.1.0" [dependencies.reqwest] version = "0.11.2" features = ["rustls-tls", "json", "stream"] default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.serde_with] version = "1.7.0" features = ["chrono"] [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.4.0" [dependencies.tracing] version = "0.1.25" [dev-dependencies.jsonwebtoken] version = "7.2.0" [dev-dependencies.mockall] version = "0.9.1" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tokio] version = "1.4.0" features = ["rt-multi-thread", "macros"] [features] default = ["oauth-token-provider"] oauth-token-provider = ["jsonwebtoken"]