# 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.0" name = "svd-rs" version = "0.14.9" authors = ["The Tools Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CMSIS-SVD base structures" documentation = "https://docs.rs/svd-rs" readme = "README.md" keywords = [ "CMSIS", "SVD", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/svd" [lib] name = "svd_rs" path = "src/lib.rs" [dependencies.once_cell] version = "1.17.2" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.31" [features] derive-from = [] unstable-riscv = []