# 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 = "2018" name = "rusoto_core" version = "0.48.0" authors = [ "Anthony DiMarco ", "Jimmy Cuadra ", "Matthew Mayer ", "Nikita Pekin ", ] build = "build.rs" exclude = ["test_resources/*"] description = "AWS SDK for Rust - Core" homepage = "https://www.rusoto.org/" documentation = "https://docs.rs/rusoto_core" readme = "README.md" keywords = [ "AWS", "Amazon", ] license = "MIT" repository = "https://github.com/rusoto/rusoto" [package.metadata.docs.rs] targets = [] [dependencies.async-trait] version = "0.1.9" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1.0" [dependencies.crc32fast] version = "1.2" [dependencies.flate2] version = "1.0" optional = true [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "http2", "tcp", ] [dependencies.hyper-rustls] version = "0.23" features = [ "http1", "http2", "tls12", "logging", ] optional = true default-features = false [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.rusoto_credential] version = "0.48.0" [dependencies.rusoto_signature] version = "0.48.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.0" features = [ "time", "io-util", ] [dependencies.xml-rs] version = "0.8" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.rand] version = "0.7" [dev-dependencies.serde_json] version = "1.0.1" [dev-dependencies.serde_test] version = "1.0.1" [dev-dependencies.tokio] version = "1.0" features = ["macros"] [build-dependencies.rustc_version] version = "0.4" [features] default = ["native-tls"] encoding = ["flate2"] native-tls = ["hyper-tls"] nightly-testing = ["rusoto_credential/nightly-testing"] rustls = ["hyper-rustls/native-tokio"] rustls-webpki = ["hyper-rustls/webpki-tokio"] unstable = []