[package] name = "dndx-fork-tokio-tun" version = "0.5.1" authors = ["Navid "] edition = "2021" homepage = "https://github.com/yaa110/tokio-tun" repository = "https://github.com/yaa110/tokio-tun" documentation = "https://docs.rs/tokio-tun" license = "MIT OR Apache-2.0" readme = "README.md" description = "Asynchronous allocation of TUN/TAP devices using tokio" categories = ["asynchronous", "network-programming"] keywords = ["tun", "tap", "async", "tokio"] [dependencies] tokio = { version = "1.15", features = ["net"] } libc = "0.2" nix = "0.23" futures = "0.3" [dev-dependencies] tokio = { version = "1.15", features = ["full"] }