# 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] edition = "2018" name = "simplecc" version = "0.2.2" authors = ["Shell Chen "] 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 [[bench]] name = "benchmark" harness = false [dependencies.lazy_static] version = "1.0.0" optional = true [dev-dependencies.criterion] version = "0.2" [features] builtin_dicts = ["lazy_static"] default = [] [badges.travis-ci] repository = "sorz/simplecc-rs"