# 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 = "s3compat" version = "0.0.4" authors = ["Bevan Hunt "] description = "S3 compatible object storage APIs" readme = "README.md" keywords = ["S3", "Wasabi", "Vultr", "Storage", "API"] license = "MIT" repository = "https://github.com/upbasedev/s3compat" [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.attohttpc] version = "0.16" features = ["json"] default-features = false [dependencies.base64] version = "0.13.0" [dependencies.cfg-if] version = "1" [dependencies.chrono] version = "0.4" [dependencies.dirs] version = "3" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.10" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" [dependencies.maybe-async] version = "0.2" [dependencies.md5] version = "0.7" [dependencies.minidom] version = "0.13" [dependencies.percent-encoding] version = "2" [dependencies.rust-ini] version = "0.17" [dependencies.serde] version = "1" [dependencies.serde-xml-rs] version = "0.4" [dependencies.serde_derive] version = "1" [dependencies.sha2] version = "0.9" [dependencies.surf] version = "2" features = ["hyper-client"] default-features = false [dependencies.url] version = "2" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.uuid] version = "0.8" features = ["v4"]