# 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 = "fake-tcp" version = "0.5.0" authors = ["Datong Sun "] description = """ A TUN interface based, user space, asynchronous and high performance TCP stack that allows packet oriented tunneling with minimum overhead. """ readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dndx/phantun" resolver = "1" [dependencies.bytes] version = "1" [dependencies.flume] version = "0.10" [dependencies.internet-checksum] version = "0.2" [dependencies.log] version = "0.4" [dependencies.pnet] version = "0.31" [dependencies.rand] version = "0.8" features = ["small_rng"] [dependencies.tokio] version = "1.14" features = ["full"] [dependencies.tokio-tun] version = "0.7" [features] benchmark = []