# 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.70" name = "svdtools" version = "0.3.20" authors = [ "Andrey Zgarbul ", "MarcoIeni", ] build = false include = [ "/res", "/src", "/tests", "CHANGELOG-rust.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for modifying bugs in CMSIS SVD" readme = "README.md" keywords = [ "svd", "embedded", "register", ] categories = [ "command-line-utilities", "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/svdtools/" [lib] name = "svdtools" path = "src/lib.rs" [[bin]] name = "svdtools" path = "src/main.rs" [[test]] name = "example1" path = "tests/example1.rs" [[test]] name = "svd_parser" path = "tests/svd_parser.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", "color", ] [dependencies.commands] version = "0.0.5" [dependencies.env_logger] version = "0.11" [dependencies.globset] version = "0.4.14" [dependencies.hashlink] version = "0.9.1" [dependencies.itertools] version = "0.13.0" [dependencies.liquid] version = "0.26.0" [dependencies.log] version = "~0.4" features = ["std"] [dependencies.normpath] version = "1.3.0" [dependencies.once_cell] version = "1.20.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.quick-xml] version = "0.36" features = ["serialize"] [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.8.26" [dependencies.svd-encoder] version = "0.14.5" [dependencies.svd-parser] version = "0.14.7" features = ["expand"] [dependencies.svd-rs] version = "0.14.9" features = [ "serde", "derive-from", ] [dependencies.thiserror] version = "1.0.35" [dependencies.yaml-rust] version = "0.9" package = "yaml-rust2" [dev-dependencies.similar] version = "2.5.0" [dev-dependencies.tempfile] version = "3.3"