haqumei-cli 0.1.1

Command-line interface for the Haqumei G2P (Grapheme-to-Phoneme) engine.
# 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 = "haqumei-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the Haqumei G2P (Grapheme-to-Phoneme) engine."
readme = "README.md"
keywords = [
    "japanese",
    "g2p",
    "phoneme",
    "nlp",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/o24s/haqumei"

[[bin]]
name = "haqumei-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.haqumei]
version = "0.3.1"
features = ["serde"]

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"