[package]
edition = "2024"
name = "monch"
version = "0.6.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inspired by nom, but specifically for strings."
homepage = "https://deno.land/"
documentation = "https://docs.rs/monch"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/monch"
[lib]
name = "monch"
path = "src/lib.rs"
[[bench]]
name = "combinators"
path = "benches/combinators.rs"
harness = false
[dev-dependencies.divan]
version = "0.1"