# 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 = "odoh-client-rs" version = "0.1.9" authors = ["Tanya Verma "] description = "Rust client for Oblivious DNS over HTTPS (ODoH) protocol draft-03" keywords = ["odoh", "protocols", "dns", "doh", "privacy"] categories = ["network-programming", "cryptography"] license = "BSD-2-Clause" repository = "https://github.com/cloudflare/odoh-client-rs/" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.odoh-rs] version = "=0.1.11" [dependencies.rand] version = "0.7" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["cookies"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.trust-dns-client] version = "0.20.1" [dependencies.trust-dns-proto] version = "0.20.1" [dependencies.url] version = "2.2" [dev-dependencies.assert_cmd] version = "1"