[package] name = "neotoma" version = "0.1.2" edition = "2024" authors = ["Daniel Arbuckle "] description = "A flexible, cached parser combinator framework for Rust." license = "MIT OR Apache-2.0" repository = "https://git.highenergymagic.org/neotoma" homepage = "https://git.highenergymagic.org/neotoma" documentation = "https://docs.rs/neotoma" readme = "README.md" keywords = ["parser", "combinator", "parsing", "grammar"] categories = ["parsing", "text-processing"] rust-version = "1.85" [dependencies] parking_lot = "0.12.4" thiserror = "2.0.12"