[[bench]]
harness = false
name = "big_tmx_bench"
path = "benches/big_tmx_bench.rs"
[dependencies.foldhash]
optional = true
version = "0.2"
[dependencies.nom]
version = "7.1.3"
[dev-dependencies.criterion]
version = "0.3"
[features]
default = ["fast"]
fast = ["dep:foldhash"]
secure = []
[lib]
name = "xml_nom_parse"
path = "src/lib.rs"
[package]
authors = ["Chris Morrison"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A XML parser with nom"
edition = "2021"
homepage = "https://github.com/CMorrison82z/nom_xml"
license = "GPL-3.0"
name = "xml_nom_parse"
readme = "README.md"
repository = "https://github.com/CMorrison82z/nom_xml"
rust-version = "1.71"
version = "0.3.2"