[package]
name = "bore"
version = "0.3.2"
authors = ["Delan Azabani <delan@azabani.com>"]
edition = "2018"
description = "DNS query tool"
repository = "https://bitbucket.org/delan/nonymous"
readme = "README.md"
license = "ISC"
categories = ["command-line-utilities"]
keywords = ["dns"]

[badges.bitbucket-pipelines]
repository = "delan/nonymous"
branch = "default"

[build-dependencies]
bindgen = "0.58.1"

[dependencies]
displaydoc = "0.2.2"
eyre = "0.6.5"
pledge = "0.4.1"
unveil = "0.3.0"
cfg-if = "1.0.0"
clap = "2.33.0"
byteorder = "1.3.2"
rand = "0.8.4"
owo-colors = "1.3.0"
atty = "0.2.14"

[dependencies.nonymous]
version = "0.3.2"
path = ".."
features = ["std"]

[dependencies.tokio]
version = "1.8.0"
features = ["macros", "time", "rt-multi-thread", "net", "process"]

[target.'cfg(unix)'.dependencies.nix]
version = "0.21.0"

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3.9"
features = ["iphlpapi", "sysinfoapi", "winerror"]

[target.'cfg(windows)'.dependencies.wio]
version = "0.2.2"

[dev-dependencies]
assert_matches = "1.3.0"