# 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 = "2021" name = "dns-forward-over-tcp" version = "0.2.1" authors = ["F "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ As a dns server. forward data over TCP. """ homepage = "https://github.com/ffff-official/dns-forward-over-tcp" documentation = "https://docs.rs/dns-forward-over-tcp" readme = "README.md" keywords = [ "dns", "domain", "tcp", "forward", ] categories = ["network-programming"] license = "MIT/Apache-2.0" [lib] name = "dns_forward_over_tcp" path = "src/lib.rs" [[bin]] name = "dns-forward-over-tcp" path = "src/main.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.dns-parser] version = "0.8.0" [dependencies.flume] version = "0.11.0" [dependencies.getopts] version = "0.2" [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.16.0" [dependencies.simple_logger] version = "2.3.0" [dependencies.tokio] version = "1.21.2" features = ["full"]