cmsis-pdsc-parser 0.2.0

A CMSIS-Pack PDSC file parser for Rust
Documentation
# 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 = "2024"
name = "cmsis-pdsc-parser"
version = "0.2.0"
build = false
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CMSIS-Pack PDSC file parser for Rust"
readme = "README.md"
keywords = [
    "CMSIS",
    "CMSIS-Pack",
    "PDSC",
    "parser",
]
categories = [
    "api-bindings",
    "embedded",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/sebasthg/cmsis-pdsc-parser"

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

[dependencies.log]
version = "0.4.33"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde-roxmltree]
version = "0.11.3"
features = ["raw-node"]

[dev-dependencies.env_logger]
version = "0.11.11"

[dev-dependencies.zip]
version = "8.6.0"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
doc_markdown = "allow"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1