# 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.65" name = "xtensa-lx-rt" version = "0.16.0" authors = [ "Scott Mabin ", "Arjan Mels ", "Robin Appelman ", ] description = "Low level access for Xtensa LX processors" readme = "README.md" keywords = [ "xtensa", "lx", "register", "peripheral", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/xtensa-lx-rt" [package.metadata.docs.rs] features = ["esp32"] [dependencies.bare-metal] version = "1.0.0" [dependencies.r0] version = "1.0.0" [dependencies.xtensa-lx-rt-proc-macros] version = "=0.2.1" [build-dependencies.core-isa-parser] version = "=0.2.0" [build-dependencies.minijinja] version = "1.0.7" [features] esp32 = [] esp32s2 = [] esp32s3 = [] esp8266 = []