cang-jie 0.8.0

A Chinese tokenizer for tantivy
Documentation
[package]
name = "cang-jie"
version = "0.8.0"
authors = ["DCjanus <DCjanus@dcjanus.com>"]
edition = "2018"
description = "A Chinese tokenizer for tantivy"
license = "MIT"
repository = "https://github.com/DCjanus/cang-jie"
readme = "README.MD"
keywords = ["search", "tokenizer", "Chinese", "tantivy"]

[dependencies]
tantivy = "0.12.0"
jieba-rs = { version = "0.5.0", default-features = false }
log = "0.4.8"

[dev-dependencies]
flexi_logger = "0.15.2"