# 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 = "phantun" version = "0.6.0" authors = ["Datong Sun "] description = """ Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dndx/phantun" resolver = "1" [dependencies.clap] version = "4.0" features = ["cargo"] [dependencies.fake-tcp] version = "0.5" [dependencies.log] version = "0.4" [dependencies.neli] version = "0.6" [dependencies.nix] version = "0.25" [dependencies.num_cpus] version = "1.13" [dependencies.pretty_env_logger] version = "0.4" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.tokio] version = "1.14" features = ["full"] [dependencies.tokio-tun] version = "0.7" [dependencies.tokio-util] version = "0.7"