# 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] name = "tun-tap" version = "0.1.4" authors = ["Michal 'vorner' Vaner "] description = "TUN/TAP interface wrapper" documentation = "https://docs.rs/tun-tap" readme = "README.md" keywords = [ "tun", "tap", "network", ] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/tuntap" [dependencies.futures] version = "~0.1" optional = true [dependencies.libc] version = "~0.2" optional = true [dependencies.mio] version = "~0.6" optional = true [dependencies.tokio-core] version = "~0.1" optional = true [dev-dependencies.etherparse] version = "~0.9" [dev-dependencies.serial_test] version = "~0.4" [dev-dependencies.version-sync] version = "~0.9" [build-dependencies.cc] version = "~1" [features] default = ["tokio"] tokio = [ "futures", "libc", "mio", "tokio-core", ] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "vorner/tuntap"