# 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 = "lexis" version = "0.2.3" authors = ["Ali Polatel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generates human-readable sequences from numeric values using a predefined word list" readme = "README.md" keywords = [ "text", "encoding", "human-readable", ] categories = [ "encoding", "text-processing", "algorithms", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~alip/lexis" [lib] name = "lexis" path = "src/lib.rs" [[example]] name = "num2words" path = "examples/num2words.rs" [[example]] name = "num2name" path = "examples/num2name.rs" [dependencies]