# 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 = "cloud-dns" version = "0.10.0" authors = ["Embark "] description = "A set client library to interact with Cloud DNS" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/cloud-dns" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3.17" [dependencies.http] version = "0.2.5" [dependencies.http-body] version = "0.4.3" [dependencies.hyper] version = "0.14.13" features = ["full"] [dependencies.pin-project-lite] version = "0.2.7" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.serde_path_to_error] version = "0.1.4" [dependencies.tame-oauth] version = "0.6.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tower] version = "0.4.10" features = ["buffer", "util"] [dependencies.tower-http] version = "0.1.1" features = ["map-response-body"] [dependencies.url] version = "2.2.2" [dev-dependencies.hyper-rustls] version = "0.22.1" [dev-dependencies.tokio] version = "1.12.0" features = ["macros", "rt-multi-thread", "time"] default-features = false