# 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] edition = "2018" name = "bore" version = "0.4.1" authors = ["Delan Azabani "] description = "DNS query tool" readme = "README.md" keywords = ["dns"] categories = ["command-line-utilities"] license = "ISC" repository = "https://bitbucket.org/delan/nonymous" [dependencies.atty] version = "0.2.14" [dependencies.byteorder] version = "1.3.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "2.33.0" [dependencies.displaydoc] version = "0.2.2" [dependencies.eyre] version = "0.6.5" [dependencies.nonymous] version = "0.3.3" features = ["std"] [dependencies.owo-colors] version = "1.3.0" [dependencies.pledge] version = "0.4.1" [dependencies.rand] version = "0.8.4" [dependencies.tokio] version = "1.8.0" features = ["macros", "time", "rt-multi-thread", "net", "process"] [dependencies.unveil] version = "0.3.0" [dev-dependencies.assert_matches] version = "1.3.0" [build-dependencies.bindgen] version = "0.58.1" [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.winapi-util] version = "0.1.5" [target."cfg(windows)".dependencies.wio] version = "0.2.2" [badges.bitbucket-pipelines] branch = "default" repository = "delan/nonymous"