zh_num 0.4.8

Convert ASCII numbers and zh words
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 = "zh_num"
version = "0.4.8"
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert ASCII numbers and zh words"
readme = "README.md"
keywords = [
    "zh",
    "number",
    "number-to-words",
]
license = "MIT"
repository = "https://github.com/A4-Tacks/zh_num"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bin = [
    "parser",
    "std",
    "getopts-macro",
    "getopts-macro/std",
]
default = ["std"]
parser = ["peg"]
std = []

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

[[bin]]
name = "zh_num"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.getopts-macro]
version = "0.1.10"
optional = true

[dependencies.peg]
version = "0.8.3"
optional = true

[profile.release]
lto = true
strip = true