# 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 = "common-s3-headers" version = "1.0.0" authors = ["Dane Stuckel "] include = ["/src"] description = "Only the headers necessary for communicating with S3-like services. It's all you need." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/softwarepatterns-com/common-rust/tree/main/common-s3-headers" [lib] bench = false [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.percent-encoding] version = "2.3.0" [dependencies.sha2] version = "0.10.8" [dependencies.time] version = "0.3.23" features = [ "formatting", "macros", ] [dependencies.url] version = "2.4.0" [dev-dependencies.common-testing] version = "1.1.1" [dev-dependencies.dotenvy] version = "0.15.7" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.quick-xml] version = "0.30.0" [dev-dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dev-dependencies.serde] version = "1.0.195" features = [ "alloc", "derive", ] [dev-dependencies.serde-xml-rs] version = "0.6.0"