# 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 = "dnscat" version = "0.1.1" authors = ["avitex "] description = "DNSCAT2 protocol" homepage = "https://github.com/avitex/rust-dnscat" documentation = "https://docs.rs/dnscat" readme = "README.md" categories = ["network-programming"] license = "MIT" repository = "https://github.com/avitex/rust-dnscat" [[bin]] name = "dnscat" required-features = ["cli"] [dependencies.bitflags] version = "~1.2" [dependencies.bytes] version = "~0.5" [dependencies.constant_time_eq] version = "0.1" optional = true [dependencies.dotenv] version = "~0.15" optional = true [dependencies.env_logger] version = "~0.7" optional = true [dependencies.failure] version = "~0.1" [dependencies.futures] version = "~0.3" [dependencies.futures-timer] version = "~3.0" [dependencies.generic-array] version = "~0.12" [dependencies.itertools] version = "~0.9" [dependencies.log] version = "~0.4" [dependencies.rand] version = "~0.7" [dependencies.ring] version = "0.16" optional = true [dependencies.salsa20] version = "0.4" optional = true [dependencies.secstr] version = "0.4" optional = true [dependencies.sha3] version = "0.8" optional = true [dependencies.structopt] version = "~0.3" optional = true [dependencies.tokio] version = "~0.2" [dependencies.trust-dns-client] version = "~0.19" optional = true [dependencies.trust-dns-proto] version = "~0.19" [dependencies.trust-dns-resolver] version = "~0.19" optional = true [dev-dependencies.dotenv] version = "~0.15" [dev-dependencies.env_logger] version = "~0.7" [dev-dependencies.rand_pcg] version = "~0.2" [dev-dependencies.tokio] version = "~0.2" features = ["full"] [features] cli = ["client-cli", "tokio/macros"] client = ["trust-dns-client"] client-cli = ["structopt", "dotenv", "env_logger", "encryption", "client", "trust-dns-resolver", "tokio/io-util", "tokio/io-std", "tokio/process"] default = ["encryption", "client"] encryption = ["ring", "sha3", "constant_time_eq", "secstr", "salsa20"]