# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tokio-tun" version = "0.12.1" authors = ["Navid "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous allocation of TUN/TAP devices using tokio" homepage = "https://github.com/yaa110/tokio-tun" documentation = "https://docs.rs/tokio-tun" readme = "README.md" keywords = [ "tun", "tap", "async", "tokio", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yaa110/tokio-tun" [lib] name = "tokio_tun" path = "src/lib.rs" [[example]] name = "read" path = "examples/read.rs" [[example]] name = "read-mq" path = "examples/read-mq.rs" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.29" features = ["ioctl"] default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["net"] [dev-dependencies.tokio] version = "1" features = ["full"]