# 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 = "esp-hal-dhcp-server" version = "0.1.2" authors = ["filipton "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple DHCP server for embassy-net (main target is esp-hal)" readme = "README.md" license = "MIT" repository = "https://github.com/filipton/esp-hal-dhcp-server" [lib] name = "esp_hal_dhcp_server" path = "src/lib.rs" [dependencies.edge-dhcp] version = "0.3.0" default-features = false [dependencies.embassy-futures] version = "0.1.1" [dependencies.embassy-net] version = "0.4.0" features = [ "medium-ethernet", "proto-ipv4", "udp", ] [dependencies.embassy-sync] version = "0.6.0" [dependencies.embassy-time] version = "0.3.2" [dependencies.heapless] version = "0.8.0" default-features = false [dependencies.log] version = "0.4.22" [features] alloc = [] default = []