[package] name = "tun-sync" version = "0.1.1" edition = "2021" authors = ["meh. "] license = "WTFPL" description = "TUN device creation and handling with async-std." repository = "https://github.com/giangndm/rust-tun" keywords = ["tun", "network", "tunnel", "bindings"] [dependencies] libc = "0.2" thiserror = "1" [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies] ioctl = { version = "0.6", package = "ioctl-sys" } [dev-dependencies] futures = "0.3.0" async-std = { version = "1", features = ["attributes"] } [[example]] name = "read"