# 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-dhcp" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async + `no_std` + no-alloc implementation of the DHCP protocol" 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_dhcp" path = "src/lib.rs" [dependencies.edge-nal] version = "0.3.0" optional = true default-features = false [dependencies.edge-raw] version = "0.3.0" default-features = false [dependencies.embassy-futures] version = "0.1" optional = true default-features = false [dependencies.embassy-time] version = "0.3" default-features = false [dependencies.heapless] version = "0.8" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.num_enum] version = "0.7" default-features = false [dependencies.rand_core] version = "0.6" [features] default = ["io"] io = [ "embassy-futures", "edge-nal", ] std = ["io"]