dec_from_char 0.2.1

Small library for converting unicode decimal into numbers
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 = "dec_from_char"
version = "0.2.1"
authors = ["vloldik (@vloldik)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small library for converting unicode decimal into numbers"
documentation = "https://docs.rs/dec_from_char"
readme = "Readme.md"
keywords = [
    "text",
    "unicode",
    "decimal",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vloldik/dec_from_char"

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

[[bench]]
name = "decimal_extended_benchmark"
path = "benches/decimal_extended_benchmark.rs"
harness = false

[dependencies.dec_from_char_gen]
version = "0.2.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]