chewing-cli 0.12.0

Tools of the Chewing (酷音) intelligent Zhuyin input method.
# 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 = "chewing-cli"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools of the Chewing (酷音) intelligent Zhuyin input method."
readme = false
license = "LGPL-2.1-or-later"

[features]
mangen = ["dep:clap_mangen"]
sqlite = ["chewing/sqlite"]
sqlite-bundled = [
    "sqlite",
    "chewing/sqlite-bundled",
]

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

[dependencies.anyhow]
version = "1.0.0"

[dependencies.chewing]
version = "0.12.0"

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

[dependencies.clap_mangen]
version = "0.2.12"
optional = true

[dependencies.env_logger]
version = "0.11.0"