words2num2-core 0.1.1

Pure-Rust core for words2num2 — parse spoken-form numbers back to numeric values across 100+ locales (the inverse of num2words2). No Python.
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 = "2021"
name = "words2num2-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust core for words2num2 — parse spoken-form numbers back to numeric values across 100+ locales (the inverse of num2words2). No Python."
readme = false
keywords = [
    "number",
    "words",
    "parse",
    "i18n",
    "nlp",
]
categories = [
    "parser-implementations",
    "internationalization",
    "text-processing",
]
license = "LGPL-2.1-only"
repository = "https://github.com/jqueguiner/words2num2"

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

[dependencies.bigdecimal]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num2words2-core]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"