# 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 = "libtuntap" version = "0.0.2" authors = [ "Join.Gong", "Derek Anderson", ] description = "This crate is the tuntap implement." homepage = "https://github.com/blocklessnetwork" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/blocklessnetwork/libtuntap" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.ioctl] version = "0.6" package = "ioctl-sys"