[build-dependencies.anyhow]
version = "1.0.89"
[build-dependencies.raxb-xmlschema-build]
version = "0.4.4"
[dependencies.anyhow]
optional = true
version = "1"
[dependencies.chrono]
optional = true
version = "0.4.38"
[dependencies.once_cell]
optional = true
version = "1.20.1"
[dependencies.raxb]
features = ["trace"]
version = "0.4.4"
[dependencies.raxb-validate]
optional = true
version = "0.4.4"
[dependencies.raxb-xmlschema]
optional = true
version = "0.4.4"
[dependencies.rust-embed]
optional = true
version = "8.5.0"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.210"
[dependencies.serde-wasm-bindgen]
optional = true
version = "0.6"
[dependencies.strum]
optional = true
version = "0.26"
[dependencies.strum_macros]
optional = true
version = "0.26"
[dependencies.tiny_id]
features = []
optional = true
version = "0.1.6"
[dependencies.tsify-next]
default-features = false
features = ["js"]
optional = true
version = "0.5.4"
[dependencies.typed-builder]
optional = true
version = "0.20.0"
[dependencies.uuid]
features = ["v4"]
optional = true
version = "1.10.0"
[dependencies.wasm-bindgen]
optional = true
version = "0.2.93"
[dependencies.xoev-xwasser-codelists]
optional = true
version = "0.702.1"
[dependencies.xoev-xwasser-derive]
version = "0.702.1"
[dev-dependencies.anyhow]
version = "1.0.89"
[dev-dependencies.raxb-xmlschema-build]
version = "0.4.4"
[dev-dependencies.serde_json]
version = "1.0.128"
[dev-dependencies.test-log]
features = ["trace", "color"]
version = "0.2.16"
[features]
builder = ["dep:typed-builder", "dep:uuid", "dep:chrono", "dep:strum", "dep:strum_macros", "dep:tiny_id", "dep:once_cell"]
default = ["builder", "validate"]
schema = ["dep:rust-embed", "dep:raxb-validate", "dep:raxb-xmlschema", "dep:anyhow"]
trace = []
validate = ["dep:xoev-xwasser-codelists"]
wasm = ["dep:wasm-bindgen", "dep:serde-wasm-bindgen", "dep:tsify-next", "dep:uuid", "uuid/js", "tiny_id/js"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "xoev_xwasser"
path = "src/lib.rs"
[package]
authors = ["H & D GmbH Open Source <contact-oss@h-d-gmbh.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = []
description = '''
"XOEV XWasser XML Standard"
'''
edition = "2021"
keywords = []
license = "MIT"
name = "xoev-xwasser"
readme = "README.md"
repository = "https://github.com/hd-gmbh-dev/xoev-xwasser-rs"
rust-version = "1.81.0"
version = "0.702.1+0.7.2"
[profile.release]
opt-level = "s"
[[test]]
name = "administration_receipt"
path = "tests/administration_receipt.rs"
[[test]]
name = "generate_schemas"
path = "tests/generate_schemas.rs"
[[test]]
name = "monitoring_plan_builder"
path = "tests/monitoring_plan_builder.rs"
[[test]]
name = "monitoring_plan_maximal"
path = "tests/monitoring_plan_maximal.rs"
[[test]]
name = "monitoring_plan_minimal"
path = "tests/monitoring_plan_minimal.rs"
[[test]]
name = "olb_report_minimal"
path = "tests/olb_report_minimal.rs"
[[test]]
name = "quality_report_builder"
path = "tests/quality_report_builder.rs"
[[test]]
name = "quality_report_maximal"
path = "tests/quality_report_maximal.rs"
[[test]]
name = "quality_report_minimal"
path = "tests/quality_report_minimal.rs"
[[test]]
name = "version"
path = "tests/version.rs"