# 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 = "ibmcloud-cos" version = "0.5.0" authors = ["Mathew Odden "] description = "A Rust client / SDK for interacting with IBM Cloud Object Storage" readme = "README.md" keywords = [ "ibmcloud", "cos", ] license = "Apache-2.0" repository = "https://github.com/mrodden/ibmcloud-cos-rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" features = ["std"] [dependencies.ibmcloud-iam] version = "0.2" [dependencies.quick-xml] version = "0.23" features = ["serialize"] [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.urlencoding] version = "2.1.3"