# 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-std-threaded" version = "0.3.0" authors = ["Paul Colomiets "] description = " Name service implementation for abstract-ns that uses\n stdlib's implementation run in a thread pool\n" homepage = "http://github.com/tailhook/abstract-ns" keywords = ["dns", "name", "service", "discovery"] license = "MIT/Apache-2.0" [dependencies.futures] version = "0.1.2" [dependencies.futures-cpupool] version = "0.1.6" [dependencies.abstract-ns] version = "0.4.0" [dev-dependencies.argparse] version = "0.2.1"