Cargo Features

kytea-tokenizer has no features set by default.

[dependencies]
kytea-tokenizer = { version = "0.10.0", features = ["json", "ffi", "cmd", "tantivy"] }
json = serde
ffi = cc, libc

Affects kytea-tokenizer::ffi

cmd

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libc ffi?
serde json?
tantivy implicit feature

Enables tantivy ^0.19

tantivy:

Search engine library

Affects tokenizer::ParseOnly, tokenizer::ParseWithFilter

cc build ffi?