# 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 = "srv-rs" version = "0.2.0" authors = ["Max Heller "] description = "Rust client for communicating with SRV-located services" homepage = "https://github.com/deshaw/srv-rs" readme = "README.md" keywords = ["srv", "record", "dns", "resolve", "libresolv"] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/deshaw/srv-rs" [package.metadata.docs.rs] all-features = true [[bench]] name = "client" harness = false [[bench]] name = "resolver" harness = false [dependencies.arc-swap] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.libresolv-sys] version = "0.2" optional = true [dependencies.rand] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" optional = true [dependencies.trust-dns-resolver] version = "0.19" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.futures] version = "0.3" [dev-dependencies.hyper] version = "0.13" [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros"] [features] default = ["log"] libresolv = ["libresolv-sys"] log = ["tracing"] trust-dns = ["trust-dns-resolver"]