# 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" name = "core-isa-parser" version = "0.2.0" authors = [ "Jesse Braham ", "Björn Quentin ", ] description = "Parse the core-isa.h headers from Espressif's xtensa-overlays repository" license = "MIT OR Apache-2.0" repository = "https://github.com/esp-rs/xtensa-lx-rt" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.enum-as-inner] version = "0.4.0" [dependencies.regex] version = "1.5" [dependencies.strum] version = "0.24.0" [dependencies.strum_macros] version = "0.24.0"