[package] authors = [ "The Tools Team ", "Jorge Aparicio ", ] description = "A CMSIS-SVD file parser" documentation = "https://docs.rs/svd-parser" keywords = ["CMSIS", "SVD", "parser"] license = "MIT OR Apache-2.0" name = "svd-parser" repository = "https://github.com/rust-embedded/svd" edition = "2021" rust-version = "1.65.0" version = "0.14.7" readme = "README.md" [features] derive-from = ["svd-rs/derive-from"] expand = ["derive-from"] unstable-riscv = ["svd-rs/unstable-riscv"] [dependencies] svd-rs = { version = "0.14.9", path = "../svd-rs" } roxmltree = "0.20" anyhow = "1.0.58" thiserror = "1.0.31" [dev-dependencies] serde_json = { version = "1.0", features = ["preserve_order"] } serde_yaml = "0.8.26" svd-rs = { version = "0.14.9", path = "../svd-rs", features = ["serde"] } [[example]] name = "svd2json"