robinson 0.6.0

For when you go to a lonely island and survival depends on parsing XML.
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"
name = "robinson"
version = "0.6.0"
authors = [
    "Adam Reichold <adam.reichold@t-online.de>",
    "Yevhenii Reizner <razrfalcon@gmail.com>",
]
build = "build.rs"
exclude = ["benches"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "For when you go to a lonely island and survival depends on parsing XML."
documentation = "https://docs.rs/robinson"
readme = "README.md"
keywords = [
    "xml",
    "parser",
    "tree",
    "dom",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/adamreichold/robinson"

[package.metadata.docs.rs]
all-features = true

[features]
raw-node = ["serde"]
serde = ["dep:serde_core"]

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

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

[dependencies.serde_core]
version = "1"
optional = true

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.quick-xml]
version = "0.39"

[dev-dependencies.roxmltree]
version = "0.21"
default-features = false

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[profile.release]
lto = true
codegen-units = 1
debug = 2