lexis 0.2.5

Generates human-readable sequences from numeric values using a predefined word list
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 = "lexis"
version = "0.2.5"
authors = ["Ali Polatel <alip@chesswob.org>"]
build = false
autolib = 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-only"
repository = "https://gitlab.exherbo.org/sydbox/sydbox.git"

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

[[example]]
name = "num2name"
path = "examples/num2name.rs"

[[example]]
name = "num2words"
path = "examples/num2words.rs"

[dependencies]