# 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 = "async-tun" version = "0.10.1" authors = ["Navid "] description = "Asynchronous allocation of TUN/TAP devices using async-std" homepage = "https://github.com/yaa110/async-tun" documentation = "https://docs.rs/async-tun" readme = "README.md" keywords = [ "tun", "tap", "async", "async-std", "interface", ] categories = [ "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yaa110/async-tun" resolver = "2" [dependencies.async-std] version = "1.12" [dependencies.libc] version = "0.2" [dependencies.mac_address] version = "1.1" [dependencies.nix] version = "0.24"