[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"