esp-hal/xtensa-lx/Cargo.toml
2025-06-03 12:30:48 +00:00

23 lines
617 B
TOML

[package]
name = "xtensa-lx"
version = "0.11.0"
edition = "2024"
rust-version = "1.86.0"
description = "Low-level access to Xtensa LX processors and peripherals"
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx/latest/"
repository = "https://github.com/esp-rs/esp-hal"
license = "MIT OR Apache-2.0"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["lx", "peripheral", "register", "xtensa"]
links = "xtensa-lx"
[lib]
bench = false
test = false
[dependencies]
critical-section = "1.2.0"
document-features = "0.2.11"
[features]