[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.libc]
default-features = false
features = []
version = "0.2.172"
[dependencies.lindera]
version = "0.42.2"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.unicode-normalization]
version = "0.1.22"
[dependencies.unicode-segmentation]
version = "1.12.0"
[dev-dependencies.criterion]
version = "0.5.1"
[features]
cc-cedict = ["lindera/cc-cedict"]
cjk = ["cc-cedict", "ipadic", "ko-dic", "compress", "extension"]
compress = ["lindera/compress"]
default = []
extension = []
ipadic = ["lindera/ipadic"]
ipadic-neologd = ["lindera/ipadic-neologd"]
ko-dic = ["lindera/ko-dic"]
unidic = ["lindera/unidic"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "lindera_sqlite"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Lindera tokenizer for SQLite FTS5 extention"
documentation = "https://docs.rs/lindera-sqlite"
edition = "2021"
homepage = "https://github.com/lindera/lindera-sqlite"
keywords = ["morphological", "analysis", "library", "sqlite"]
license = "AGPL-3.0-only"
name = "lindera-sqlite"
readme = "README.md"
repository = "https://github.com/lindera/lindera-sqlite"
version = "0.42.2"
[profile.release]
lto = true