# 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 = "any-object-storage" version = "0.1.2" description = "Any object storage libraries." homepage = "https://github.com/sigeshuo1/any-object-storage" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/sigeshuo1/any-object-storage.git" [dependencies.base64] version = "0.21.7" [dependencies.chrono] version = "0.4.37" [dependencies.hmac] version = "0.12.1" [dependencies.reqwest] version = "0.11.27" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" optional = true [dependencies.tracing-subscriber] version = "0.3.18" optional = true [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] blocking = ["reqwest/blocking"] debug-print = [ "tracing", "tracing-subscriber", ] default = []