token-parser 0.4.4

Utilities for parsing texts into data structures
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "token-parser"
version = "0.4.4"
authors = ["p <p11@p11c.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for parsing texts into data structures"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/porky11/token-parser"

[features]
radix-parsing = ["num-traits"]

[lib]
name = "token_parser"
path = "src/lib.rs"

[dependencies.num-traits]
version = "0.2"
optional = true

[dependencies.thiserror]
version = "2.0.12"