# 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 = "tencentcloud" version = "0.2.2" authors = ["Sherlock Holo "] description = "tencentcloud rust generic sdk" readme = "README.md" license = "MIT" repository = "https://github.com/Sherlock-Holo/tencentcloud" [dependencies.async-native-tls] version = "0.5" optional = true [dependencies.async-std] version = "1" optional = true [dependencies.futures-rustls] version = "0.24" optional = true [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.http-body] version = "0.4" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "http2", ] [dependencies.hyper-rustls] version = "0.24" features = [ "http1", "http2", "native-tokio", ] optional = true default-features = false [dependencies.native-tls] version = "0.2" features = ["alpn"] optional = true [dependencies.rustls-native-certs] version = "0.6" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "macros", ] [dependencies.tokio] version = "1" optional = true [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.tokio-util] version = "0.7" features = ["compat"] optional = true [dependencies.tracing] version = "0.1" [features] async-std-native-tls = [ "dep:tokio-util", "dep:tokio", "dep:async-std", "dep:async-native-tls", ] async-std-rustls-tls = [ "dep:tokio-util", "dep:tokio", "dep:async-std", "dep:futures-rustls", "dep:rustls-native-certs", ] default = ["tokio-rustls-tls"] tokio-native-tls = [ "dep:tokio-native-tls", "tokio/net", "dep:native-tls", "hyper/tcp", ] tokio-rustls-tls = ["dep:hyper-rustls"]