spellout 0.1.1

A phonetic code encoder/decoder
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 = "2024"
name = "spellout"
version = "0.1.1"
authors = ["Haruaki Tamada <tamada@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A phonetic code encoder/decoder"
readme = "README.md"
keywords = [
    "phonetic-code",
    "nato",
    "unicode",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license-file = "LICENSE"
repository = "https://github.com/tamada/spellout"

[features]
default = []
normalization = ["unicode-normalization"]

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

[[bin]]
name = "spellout"
path = "cli/main.rs"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.66"

[dependencies.include_dir]
version = "0.7.4"

[dependencies.log]
version = "0.4.29"

[dependencies.unicode-normalization]
version = "0.1.25"
optional = true