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