mhost 0.0.3

Like `host`, but uses multiple DNS servers massively parallel and compares results
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 = "mhost"
version = "0.0.3"
authors = ["Lukas Pustina <lukas@pustina.net>"]
include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"]
description = "Like `host`, but uses multiple DNS servers massively parallel and compares results"
documentation = "http://lukaspustina.github.io/mhost"
readme = "README.md"
keywords = ["network", "dns", "host", "dig", "cli"]
license = "MIT"
repository = "https://github.com/lukaspustina/mhost.git"

[lib]
name = "mhost"
path = "src/lib.rs"

[[bin]]
name = "mhost"
path = "src/main.rs"
doc = false
required-features = ["bin"]
[dependencies.clap]
version = "^2.26"

[dependencies.resolv-conf]
version = "^0.4"

[dependencies.futures]
version = "^0.1.14"

[dependencies.trust-dns]
version = "^0.11"

[dependencies.error-chain]
version = "^0.11"

[dependencies.tokio-core]
version = "^0.1.9"

[dev-dependencies]

[features]
bin = []
[badges.appveyor]
branch = "master"
repository = "lukaspustina/mhost"

[badges.travis-ci]
repository = "lukaspustina/mhost"
branch = "master"