chewing 0.12.0

The Chewing (酷音) intelligent Zhuyin input method.
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"
rust-version = "1.88.0"
name = "chewing"
version = "0.12.0"
build = false
include = [
    "src/**/*.rs",
    "src/**/*.asn1",
    "src/editor/data/*",
    "Cargo.toml",
    "AUTHORS",
    "COPYING",
    "NEWS",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Chewing (酷音) intelligent Zhuyin input method."
documentation = "https://docs.rs/chewing"
readme = "README.md"
license = "LGPL-2.1-or-later"

[package.metadata.docs.rs]
features = ["sqlite"]

[features]
default = []
sqlite = ["dep:rusqlite"]
sqlite-bundled = [
    "sqlite",
    "rusqlite/bundled",
]

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

[dependencies.der]
version = "0.7.7"
features = ["std"]

[dependencies.log]
version = "0.4.0"

[dependencies.rusqlite]
version = ">= 0.28.0"
optional = true

[dev-dependencies.tempfile]
version = "3.10.1"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 2
panic = "abort"