# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "tun-tap-mac" version = "0.1.2" authors = ["Michal 'vorner' Vaner ", "Haven Bao "] description = "TUN/TAP interface wrapper" documentation = "https://docs.rs/tun-tap" readme = "README.md" keywords = ["tun", "tap", "network", "mac"] categories = ["network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/Baoyx007/tuntap-mac.git" [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.version-sync] version = "~0.5" [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"