File: Cargo.toml

package info (click to toggle)
libchewing 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,040 kB
  • sloc: ansic: 7,031; python: 190; sh: 127; makefile: 44
file content (21 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
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"]