mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +00:00
21 lines
587 B
TOML
21 lines
587 B
TOML
[package]
|
|
name = "xtensa-lx-rt-proc-macros"
|
|
version = "0.2.2"
|
|
edition = "2024"
|
|
rust-version = "1.85.0"
|
|
description = "Attributes re-exported in `xtensa-lx-rt`"
|
|
documentation = "https://docs.espressif.com/projects/rust/xtensa-lx-rt-proc-macros/latest/"
|
|
repository = "https://github.com/esp-rs/esp-hal"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["esp32", "xtensa-lx-rt", "runtime", "startup"]
|
|
categories = ["embedded", "no-std"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
darling = "0.20.11"
|
|
proc-macro2 = "1.0.95"
|
|
quote = "1.0"
|
|
syn = { version = "2.0", features = ["extra-traits", "full"] }
|