# 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 = "dndx-fork-tokio-tun" version = "0.5.1" authors = ["Navid "] 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" resolver = "2" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.23" [dependencies.tokio] version = "1.15" features = ["net"] [dev-dependencies.tokio] version = "1.15" features = ["full"]