marxml 0.1.3

Fast markdown + XML query and mutation. Rust core for the marxml ecosystem.
Documentation
[package]
name = "marxml"
description = "Fast markdown + XML query and mutation. Rust core for the marxml ecosystem."
readme = "README.md"
keywords = ["markdown", "xml", "parser", "ast"]
categories = ["parser-implementations", "text-processing"]
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true

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

[lints]
workspace = true

[dependencies]
regex = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
insta = { workspace = true }
proptest = { workspace = true }
regex = { workspace = true }
rstest = { workspace = true }

[[bench]]
name = "parse_bench"
harness = false