zerodds-xml 1.0.0-rc.1

OMG DDS-XML 1.0 Parser + QoS-Profile-Loader + Building-Block-Foundation für ZeroDDS.
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"
rust-version = "1.88"
name = "zerodds-xml"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OMG DDS-XML 1.0 Parser + QoS-Profile-Loader + Building-Block-Foundation für ZeroDDS."
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-xml"
readme = "README.md"
keywords = [
    "dds",
    "xml",
    "qos",
    "psm",
]
categories = [
    "parsing",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[[test]]
name = "dds_xml_full"
path = "tests/dds_xml_full.rs"

[[test]]
name = "fuzz_smoke"
path = "tests/fuzz_smoke.rs"

[[test]]
name = "qos_profile"
path = "tests/qos_profile.rs"

[[test]]
name = "typeobject_bridge"
path = "tests/typeobject_bridge.rs"

[[test]]
name = "types_and_samples"
path = "tests/types_and_samples.rs"

[[bench]]
name = "parse_hotpaths"
path = "benches/parse_hotpaths.rs"
harness = false

[dependencies.roxmltree]
version = "0.20"

[dependencies.zerodds-qos]
version = "1.0.0-rc.1"
features = ["alloc"]
default-features = false

[dependencies.zerodds-types]
version = "1.0.0-rc.1"
features = ["alloc"]
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[lints.clippy]
dbg_macro = "deny"
doc_overindented_list_items = "allow"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1