# 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 = "ns-dns-tokio" version = "0.4.0" authors = ["Paul Colomiets "] description = " Name service implementation for abstract-ns that uses domain name system\n (DNS) run in tokio event loop\n" homepage = "http://github.com/tailhook/abstract-ns" keywords = ["dns", "tokio", "name", "service", "discovery"] license = "MIT/Apache-2.0" [lib] name = "ns_dns_tokio" [dependencies.tokio-core] version = "0.1.6" [dependencies.futures] version = "0.1.2" [dependencies.abstract-ns] version = "0.4.0" [dependencies.domain] version = "0.2.2" [dev-dependencies.argparse] version = "0.2.1"