# 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" rust-version = "1.77" name = "edge-nal-std" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A STD implementation of edge-nal based on `async-io`" readme = "README.md" categories = [ "embedded", "no-std::no-alloc", "asynchronous", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivmarkov/edge-net" [lib] name = "edge_nal_std" path = "src/lib.rs" [dependencies.async-io] version = "2" [dependencies.async-io-mini] version = "0.2" optional = true [dependencies.edge-nal] version = "0.3.0" default-features = false [dependencies.embedded-io-async] version = "0.6" features = ["std"] default-features = false [dependencies.futures-lite] version = "2" [dependencies.heapless] version = "0.8" default-features = false [dependencies.libc] version = "0.2"