token-parser 0.7.0

Utilities for parsing texts into data structures
Documentation
[workspace]
members = ["derive"]

[package]
name = "token-parser"
version = "0.7.0"
description = "Utilities for parsing texts into data structures"
authors = ["p <p@p11c.xyz>"]
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/token-parser"

[features]
radix-parsing = ["scalars"]
derive = ["dep:token-parser-derive"]

[dependencies]
scalars = { version = "0.3", features = ["std"], optional = true }
thiserror = "2.0.12"
token-parser-derive = { version = "0.4.0", path = "derive", optional = true }