svd-parser 0.14.6

A CMSIS-SVD file parser
Documentation
[dependencies.anyhow]
version = "1.0.58"

[dependencies.roxmltree]
version = "0.20"

[dependencies.svd-rs]
version = "0.14.7"

[dependencies.thiserror]
version = "1.0.31"

[dev-dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.8.26"

[dev-dependencies.svd-rs]
features = ["serde"]
version = "0.14.9"

[[example]]
name = "svd2json"
path = "examples/svd2json.rs"

[[example]]
name = "svd2yaml"
path = "examples/svd2yaml.rs"

[features]
derive-from = ["svd-rs/derive-from"]
expand = ["derive-from"]
unstable-riscv = ["svd-rs/unstable-riscv"]

[lib]
name = "svd_parser"
path = "src/lib.rs"

[package]
authors = ["The Tools Team <tools@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A CMSIS-SVD file parser"
documentation = "https://docs.rs/svd-parser"
edition = "2021"
keywords = ["CMSIS", "SVD", "parser"]
license = "MIT OR Apache-2.0"
name = "svd-parser"
readme = "README.md"
repository = "https://github.com/rust-embedded/svd"
rust-version = "1.65.0"
version = "0.14.6"