esp-wifi-sys 0.5.0

Bindings to Espressif's WiFi and Bluetooth low-level drivers
Documentation
[build-dependencies.anyhow]
version = "1.0.71"

[dependencies]

[features]
default = []
esp32 = []
esp32c2 = []
esp32c3 = []
esp32c6 = []
esp32h2 = []
esp32s2 = []
esp32s3 = []

[package]
authors = ["The ESP-RS team"]
categories = ["embedded", "hardware-support", "no-std"]
description = "Bindings to Espressif's WiFi and Bluetooth low-level drivers"
edition = "2021"
keywords = ["wifi", "bluetooth", "esp", "no-std"]
license = "MIT OR Apache-2.0"
name = "esp-wifi-sys"
readme = "README.md"
repository = "https://github.com/esp-rs/esp-wifi"
version = "0.5.0"

[package.metadata.docs.rs]
features = ["esp32c3"]