# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tunneler" version = "0.4.1" authors = ["Daniel Segal "] description = "Tunnel TCP or UDP traffic over TCP, (mutual) TLS or DNS (authoritative server or direct connection)" readme = "README.md" keywords = ["dns", "tcp", "udp", "tls", "tunnel"] categories = ["asynchronous", "network-programming", "command-line-utilities"] license = "MIT" repository = "https://github.com/dlemel8/tunneler" [lib] name = "common" path = "src/common/lib.rs" [[bin]] name = "server" path = "src/server/main.rs" [[bin]] name = "client" path = "src/client/main.rs" [dependencies.async-channel] version = "1.6.1" [dependencies.async-trait] version = "0.1.50" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.4" [dependencies.simple_logger] version = "1.11.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1.4.0" features = ["full"] [dependencies.tokio-rustls] version = "0.22.0" [dependencies.trust-dns-client] version = "0.20.3" default-features = false [dependencies.trust-dns-resolver] version = "0.20.3" [dependencies.trust-dns-server] version = "0.20.3" [dev-dependencies.mockall] version = "0.9.1" [dev-dependencies.tokio-test] version = "0.4.2"