[package]
edition = "2021"
name = "alphanumeric"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "International number format parsing and validation with support for multiple separator conventions"
readme = "README.md"
categories = [
"text-processing",
"parsing",
"internationalization",
]
license = "MIT"
repository = "https://github.com/neilg63/alphanumeric"
[features]
cell_analysis = []
default = []
[lib]
name = "alphanumeric"
path = "src/lib.rs"
[dependencies.to_segments]
version = "0.1.2"