# 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 = "tun-sync" version = "0.1.1" authors = ["meh. "] description = "TUN device creation and handling with async-std." readme = "README.md" keywords = [ "tun", "network", "tunnel", "bindings", ] license = "WTFPL" repository = "https://github.com/giangndm/rust-tun" [[example]] name = "read" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.futures] version = "0.3.0" [target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.ioctl] version = "0.6" package = "ioctl-sys"