facet-xml-node 0.43.1

Raw XML node types for facet-xml - represent arbitrary XML without a schema
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.90"
name = "facet-xml-node"
version = "0.43.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw XML node types for facet-xml - represent arbitrary XML without a schema"
readme = "README.md"
keywords = [
    "xml",
    "dom",
    "node",
    "facet",
    "serialization",
]
categories = [
    "encoding",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

[package.metadata."docs.rs"]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

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

[dependencies.facet]
version = "0.43.1"

[dependencies.facet-core]
version = "0.43.1"

[dependencies.facet-dom]
version = "0.43.1"

[dependencies.facet-reflect]
version = "0.43.1"

[dependencies.facet-xml]
version = "0.43.1"

[dev-dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]