# 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 = "written-numbers" version = "0.1.3" authors = ["Kyza"] description = "Convert numbers (1337) to words (one thousand three hundred thirty-seven)." homepage = "https://numbers.kyza.net/" readme = "README.md" keywords = [ "words", "numbers", "converter", "math", "wasm", ] categories = [ "text-processing", "value-formatting", "wasm", "mathematics", "internationalization", ] license = "MIT" repository = "https://github.com/Kyza/written-numbers" [profile.release] opt-level = 3 lto = "fat" panic = "abort" [lib] crate-type = ["rlib"] [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.itoa] version = "1.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.peak_alloc] version = "0.1.0" [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.pomsky-macro] version = "0.9.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum_macros] version = "0.24.3"