# 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 = "tidy-tuntap" version = "0.3.1" authors = ["m.amin.rayej "] description = "tidy-tuntap is a Rust wrapper for working with TUN/TAP devices in Linux" readme = "README.md" keywords = [ "tuntap", "tun_tap", "tun", "tap", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/maminrayej/tidy-tuntap" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1.3.2" [dependencies.futures] version = "0.3.23" [dependencies.nix] version = "0.25.0" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.1" features = ["net"] optional = true [dev-dependencies.etherparse] version = "0.12.0" [dev-dependencies.nix] version = "0.25.0" [dev-dependencies.tokio] version = "1.20.1" features = ["full"] [build-dependencies.bindgen] version = "0.60.1" [features] tokio = ["dep:tokio"]