# 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-driver-channel" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-level channel-based driver for the `embassy-net` async TCP/IP network stack." documentation = "https://docs.embassy.dev/embassy-net-driver-channel" readme = "README.md" categories = [ "embedded", "no-std", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/embassy" [package.metadata.docs.rs] features = ["defmt"] [package.metadata.embassy_docs] features = ["defmt"] src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-driver-channel-v$VERSION/embassy-net-driver-channel/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-driver-channel/src/" target = "thumbv7em-none-eabi" [lib] name = "embassy_net_driver_channel" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-futures] version = "0.1.0" [dependencies.embassy-net-driver] version = "0.2.0" [dependencies.embassy-sync] version = "0.6.0" [dependencies.log] version = "0.4.14" optional = true