esp32c3 0.22.0

Peripheral access crate for the ESP32-C3
Documentation
[package]
name = "esp32c3"
version = "0.22.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C3"
repository = "https://github.com/esp-rs/esp-pacs"
license = "MIT OR Apache-2.0"
keywords = [
    "no-std",
    "esp32c3",
    "wifi",
    "embedded",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
include = [
    "src/**",
    "build.rs",
    "device.x"
]

[lib]
bench = false
test = false

[dependencies]
critical-section = { version = "1.1.2", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.6", optional = true }

[features]
default = []
rt = []
impl-register-debug = []
defmt = ["dep:defmt"]