[dependencies.futures]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.thiserror]
version = "1"
[package]
authors = ["Join.Gong<joinhack@gmail.com>", "Derek Anderson<derek@txlabs.org>"]
description = "This crate is the tuntap implement."
edition = "2021"
license = "MIT/Apache-2.0"
name = "libtuntap"
readme = "README.md"
repository = "https://github.com/blocklessnetwork/libtuntap"
version = "0.0.1"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.ioctl]
package = "ioctl-sys"
version = "0.6"