# 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 = "embassy-net-tuntap" version = "0.1.0" description = "embassy-net driver for Linux TUN/TAP interfaces." readme = "README.md" keywords = [ "embedded", "tuntap", "embassy-net", "ethernet", "async", ] categories = [ "embedded", "hardware-support", "network-programming", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/embassy" [package.metadata.embassy_docs] src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-tuntap-v$VERSION/embassy-net-tuntap/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-tuntap/src/" target = "thumbv7em-none-eabi" [dependencies.async-io] version = "1.6.0" [dependencies.embassy-net-driver] version = "0.2.0" [dependencies.libc] version = "0.2.101" [dependencies.log] version = "0.4.14"