# 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 = "cueball-dns-resolver" version = "0.3.2" authors = ["Jon Anderson "] description = "This is a rust implementation of Joyent's node-cueball DNS resolver.\n" readme = "../../README.md" keywords = ["pool", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-cueball" [dependencies.base64] version = "0.10.1" [dependencies.chrono] version = "0.4" [dependencies.cueball] version = "0.3.5" [dependencies.custom_derive] version = "0.1.7" [dependencies.derive_more] version = "0.14.0" [dependencies.futures] version = "0.1" [dependencies.newtype_derive] version = "0.1.6" [dependencies.resolv-conf] version = "0.6.2" [dependencies.sha1] version = "0.6.0" [dependencies.slog] version = "2.4.1" [dependencies.state_machine_future] version = "0.2.0" [dependencies.thiserror] version = "1.0.15" [dependencies.tokio] version = "0.1.5" [dependencies.tokio-core] version = "0.1.17" [dependencies.trust-dns-client] version = "^0.19.4" [dependencies.trust-dns-proto] version = "0.19.4" [dependencies.unicode-normalization] version = "=0.1.5" [dev-dependencies.slog-term] version = "2.4.0"