esp32c3 0.32.0

Peripheral access crate for the ESP32-C3
Documentation
# 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"
name = "esp32c3"
version = "0.32.0"
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "device.x",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Peripheral access crate for the ESP32-C3"
readme = "README.md"
keywords = [
    "no-std",
    "esp32c3",
    "wifi",
    "embedded",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/esp-rs/esp-pacs"

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

[lib]
name = "esp32c3"
path = "src/lib.rs"
test = false
bench = false

[dependencies.critical-section]
version = "1.2.0"
optional = true

[dependencies.defmt]
version = "1.0.1"
optional = true

[dependencies.vcell]
version = "0.1.3"