[badges.travis-ci]
repository = "sorz/simplecc-rs"
[[bench]]
harness = false
name = "benchmark"
[dependencies.lazy_static]
optional = true
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.2"
[features]
builtin_dicts = ["lazy_static"]
default = []
[package]
authors = ["Shell Chen <me@sorz.org>"]
categories = ["text-processing"]
description = "A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries."
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "OpenCC/data/dictionary/*.txt", "OpenCC/test/testcases/*"]
keywords = ["OpenCC"]
license = "MIT"
name = "simplecc"
readme = "README.md"
repository = "https://github.com/sorz/simplecc-rs"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true