# 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" rust-version = "1.67" name = "rusty-s3" version = "0.5.0" authors = [ "Paolo Barbolini ", "Federico Guerinoni ", ] description = "Simple pure Rust AWS S3 Client following a Sans-IO approach" documentation = "https://docs.rs/rusty-s3" readme = "README.md" keywords = [ "aws", "s3", "minio", ] license = "BSD-2-Clause" repository = "https://github.com/paolobarbolini/rusty-s3" [[bench]] name = "actions" harness = false [dependencies.base64] version = "0.21" optional = true [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10" optional = true [dependencies.percent-encoding] version = "2.1.0" [dependencies.quick-xml] version = "0.30" features = ["serialize"] optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.sha2] version = "0.10" [dependencies.time] version = "0.3" features = [ "macros", "formatting", ] default-features = false [dependencies.url] version = "2.2.0" [dependencies.zeroize] version = "1" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.tokio] version = "1.0.1" features = [ "macros", "fs", "rt-multi-thread", ] [features] default = ["full"] full = [ "dep:base64", "dep:quick-xml", "dep:md-5", "dep:serde", "dep:serde_json", "time/parsing", ] wasm_bindgen = ["time/wasm-bindgen"]