[package]
name = "simplet2s"
version = "0.1.4"
authors = ["Messense Lv <messense@icloud.com>"]
build = "build.rs"
description = "A simple traditional Chinese to simplified Chinese converter"
homepage = "https://github.com/bosondata/simplet2s-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bosondata/simplet2s-rs"
[dependencies.lazy_static]
version = "1.0"
[dependencies.maplit]
version = "1.0"
[dependencies.phf]
version = "0.7"
[build-dependencies.phf_codegen]
version = "0.7"
[features]
unstable = []