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 = "heyiwei"
version = "0.2.0"
authors = ["harkerhand <harkerhand@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "何意味"
readme = false
keywords = [
    "pinyin",
    "chinese",
    "dictionary",
    "language",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/harkerhand/heyiwei"

[features]
default = []
full = ["pinyin2ch/full"]
level1 = ["pinyin2ch/level1"]
level2 = ["pinyin2ch/level2"]
level3 = ["pinyin2ch/level3"]

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

[dependencies.pinyin2ch]
version = "0.1.1"

[dependencies.rand]
version = "0.10.0-rc.0"