# 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.3.6" authors = ["A4-Tacks "] build = 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" [profile.release] lto = true strip = true [lib] name = "zh_num" path = "src/lib.rs" [[bin]] name = "zh_num" path = "src/main.rs" required-features = ["bin"] [dependencies.clap] version = "4.5.9" optional = true [dependencies.peg] version = "0.8.3" [features] bin = [ "clap", "clap/derive", ] default = []