[package] name = "fake-tcp" version = "0.5.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" repository = "https://github.com/dndx/phantun" readme = "README.md" description = """ A TUN interface based, user space, asynchronous and high performance TCP stack that allows packet oriented tunneling with minimum overhead. """ [features] benchmark = [] [dependencies] bytes = "1.4.0" pnet = "0.33.0" tokio = { version = "1.28.0", features = ["full"] } rand = { version = "0.8.5", features = ["small_rng"] } log = "0.4.17" internet-checksum = "0.2.1" tokio-tun = "0.7" flume = "0.10.14"