# 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.76.0" name = "esp-ieee802154" version = "0.3.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level IEEE 802.15.4 driver for the ESP32-C6 and ESP32-H2" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-hal" [package.metadata.docs.rs] default-target = "riscv32imac-unknown-none-elf" features = ["esp32c6"] [lib] name = "esp_ieee802154" path = "src/lib.rs" test = false bench = false [dependencies.byte] version = "0.2.7" [dependencies.cfg-if] version = "1.0.0" [dependencies.critical-section] version = "1.1.3" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.document-features] version = "0.2.10" [dependencies.esp-hal] version = "0.21.0" [dependencies.esp-wifi-sys] version = "0.6.0" [dependencies.heapless] version = "0.8.0" [dependencies.ieee802154] version = "0.6.1" [dependencies.log] version = "0.4.22" optional = true [features] defmt = [ "dep:defmt", "esp-wifi-sys/defmt", ] esp32c6 = [ "esp-hal/esp32c6", "esp-wifi-sys/esp32c6", ] esp32h2 = [ "esp-hal/esp32h2", "esp-wifi-sys/esp32h2", ] log = [ "dep:log", "esp-wifi-sys/log", ] sys-logs = ["esp-wifi-sys/sys-logs"]