ns-env-config 0.1.0

An env_logger-inspired one-stop configuration for name resolution based on abstract-ns. Reduces boilerplate and provides standard way to configure DNS for applications via `RUST_NS` environment variable.
Documentation
# 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-env-config"
version = "0.1.0"
authors = ["paul@colomiets.name"]
description = "    An env_logger-inspired one-stop configuration for name resolution based\n    on abstract-ns. Reduces boilerplate and provides standard way to configure\n    DNS for applications via `RUST_NS` environment variable.\n"
homepage = "https://github.com/tailhook/ns-env-config"
documentation = "https://docs.rs/ns-env-config"
readme = "README.md"
keywords = ["abstract-ns", "ns", "dns"]
categories = ["asynchronous", "network-programming"]
license = "MIT/Apache-2.0"
[dependencies.abstract-ns]
version = "0.4.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.futures]
version = "0.1.15"

[dependencies.futures-cpupool]
version = "0.1.7"

[dependencies.ns-router]
version = "0.1.2"

[dependencies.ns-std-threaded]
version = "0.3.0"

[dependencies.tokio-core]
version = "0.1.10"

[dependencies.void]
version = "1.0.2"