1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
[package]
name = "chewing_capi"
description = "The Chewing (酷音) intelligent Zhuyin input method."
license = "LGPL-2.1-or-later"
version = "0.10.3"
rust-version = "1.85"
edition = "2024"
[lib]
crate-type = ["rlib", "staticlib"]
[dependencies]
chewing = { version = "0.10.3", path = ".." }
env_logger = { version = ">= 0.10.3", default-features = false }
log = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
[features]
sqlite = ["chewing/sqlite"]
|