[package]
edition = "2021"
name = "marxml"
version = "0.0.0"
authors = ["Zac Rosenbauer <me@zrosenbauer.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast markdown + XML query and mutation. Rust core for the marxml ecosystem."
homepage = "https://github.com/thebytefarm/marxml"
readme = "README.md"
keywords = [
"markdown",
"xml",
"parser",
"ast",
]
categories = [
"parser-implementations",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/thebytefarm/marxml"
[lib]
name = "marxml"
path = "src/lib.rs"