[package]
name = "zerodds-xml"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository = "https://github.com/zero-objects/zero-dds"
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-xml"
readme = "README.md"
keywords = ["dds", "xml", "qos", "psm"]
categories = ["parsing", "network-programming"]
authors.workspace = true
description = "OMG DDS-XML 1.0 Parser + QoS-Profile-Loader + Building-Block-Foundation für ZeroDDS."
publish = true
[lints]
workspace = true
[lib]
path = "src/lib.rs"
[features]
default = ["std"]
std = ["alloc"]
alloc = []
[dependencies]
roxmltree = "0.20"
zerodds-qos = { version = "1.0.0-rc.1", path = "../qos", default-features = false, features = ["alloc"] }
zerodds-types = { version = "1.0.0-rc.1", path = "../types", default-features = false, features = ["alloc"] }
[dev-dependencies]
criterion = { workspace = true }
[[bench]]
name = "parse_hotpaths"
harness = false