[badges.maintenance]
status = "actively-developed"
[dependencies.aott_derive]
version = "0.2.0"
[dependencies.hashbrown]
version = "0.14.0"
[dependencies.num-traits]
version = "0.2.16"
[dependencies.unicode-ident]
optional = true
version = "1.0.11"
[dev-dependencies.zstd-safe]
features = ["std"]
version = "6.0.6"
[[example]]
name = "nbt"
required-features = ["builtin-bytes"]
[[example]]
name = "brainfuck"
[features]
builtin-bytes = []
builtin-text = ["dep:unicode-ident"]
default = ["std", "builtin-text", "error-recovery"]
error-recovery = []
std = []
[package]
authors = ["nothendev <borodinov.ilya@gmail.com>", "abs0luty <adisalimgereev@gmail.com>"]
categories = ["parsing", "text-processing"]
description = "Aspect Of The Tokens - a parser combinator framework."
edition = "2021"
keywords = ["parser", "combinator", "token", "syntax"]
license-file = "LICENSE"
name = "aott"
readme = "README.md"
repository = "https://github.com/Implodent/AOTT"
version = "0.2.0"