# 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-wifi-sys" version = "0.7.0" authors = ["The ESP-RS team"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to Espressif's WiFi and Bluetooth low-level drivers" readme = "README.md" keywords = [ "bluetooth", "esp", "no-std", "wifi", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/esp-wifi" [package.metadata.docs.rs] features = ["esp32c3"] [lib] name = "esp_wifi_sys" path = "src/lib.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.log] version = "0.4.22" optional = true [build-dependencies.anyhow] version = "1.0.93" [features] default = [] esp32 = [] esp32c2 = [] esp32c3 = [] esp32c6 = [] esp32h2 = [] esp32s2 = [] esp32s3 = [] sys-logs = []