# 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] name = "abstract-ns" version = "0.4.3" authors = ["paul@colomiets.name"] description = " Abstract name service traits for use with futures (and tokio)\n" homepage = "https://github.com/tailhook/abstract-ns" documentation = "https://docs.rs/abstract-ns" readme = "README.md" keywords = ["dns", "tokio", "name", "service", "discovery"] categories = ["asynchronous", "network-programming"] license = "MIT/Apache-2.0" [lib] name = "abstract_ns" [dependencies.futures] version = "0.1.15" [dependencies.quick-error] version = "1.2.0" [dependencies.rand] version = "0.4.2" [dependencies.void] version = "1.0.2" [dev-dependencies.argparse] version = "0.2.1" [dev-dependencies.domain] version = "0.2.0" [dev-dependencies.futures-cpupool] version = "0.1.2" [dev-dependencies.tokio-core] version = "0.1.6"