# 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" rust-version = "1.57.0" name = "guilded_http" version = "0.1.0-dev.13" authors = ["Team HarTex"] description = """ Guilded API HTTP Client for the Guilded-rs ecosystem of crates. """ license = "ISC" repository = "https://github.com/HarTexTeam/guilded-rs" resolver = "1" [dependencies.guilded_model] version = "0.1.0-dev.24" [dependencies.guilded_validation] version = "0.1.0-dev.19" [dependencies.hyper] version = "0.14.20" features = [ "client", "http1", "http2", "runtime", ] default-features = false [dependencies.hyper-rustls] version = "0.23.0" features = [ "http1", "http2", ] optional = true default-features = false [dependencies.hyper-tls] version = "0.5.0" optional = true default-features = false [dependencies.hyper-trust-dns] version = "0.4.2" optional = true default-features = false [dependencies.serde] version = "1.0.147" [dependencies.serde_json] version = "1.0.87" [dependencies.tokio] version = "1.21.2" features = ["time"] default-features = false [features] default = ["rustls-native-roots"] native = ["hyper-tls"] rustls-native-roots = ["hyper-rustls/native-tokio"] rustls-webpki-roots = ["hyper-rustls/webpki-tokio"] trust-dns = ["hyper-trust-dns"]