[package] name = "nym-tun" version = "0.1.0" authors.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror.workspace = true tokio = { workspace = true, features = ["rt-multi-thread", "net", "io-util", "time", "sync", "macros"] } etherparse = { workspace = true } log.workspace = true nym-wireguard-types = { path = "../wireguard-types", optional = true } [target.'cfg(target_os = "linux")'.dependencies] tokio-tun.workspace = true