simplecc 0.2.0

A simple Chinese Convert library (partially) compatible with OpenCC's dictionaries.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[features]
builtin_dicts = ["lazy_static"]
default = []
[badges.travis-ci]
repository = "sorz/simplecc-rs"