[package]
name = "facet-xml-node"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Raw XML node types for facet-xml - represent arbitrary XML without a schema"
keywords = ["xml", "dom", "node", "facet", "serialization"]
categories = ["encoding", "parsing"]
[package.metadata]
[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[dependencies]
facet = { path = "../facet", version = "0.43.1" }
facet-core = { path = "../facet-core", version = "0.43.1" }
facet-dom = { path = "../facet-dom", version = "0.43.1" }
facet-reflect = { path = "../facet-reflect", version = "0.43.1" }
facet-xml = { path = "../facet-xml", version = "0.43.1" }
[dev-dependencies]
[lints]
workspace = true