embedded-xml 1.0.0

A no_std XML reader using embedded-io for memory constrainted environment.
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.88"
name = "embedded-xml"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std XML reader using embedded-io for memory constrainted environment."
readme = "README.md"
keywords = [
    "xml",
    "embedded-io",
]
license-file = "LICENSE.txt"
repository = "https://codeberg.org/behemoth/TrustyReader"

[features]
alloc = []
default = ["alloc"]
log = ["dep:log"]

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

[dependencies.embedded-io]
version = "0.6.1"

[dependencies.log]
version = "0.4.27"
optional = true

[dependencies.memchr]
version = "2.8.0"
default-features = false