opencc-rust 1.1.16

Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese.
Documentation
[build-dependencies.pkg-config]
version = "0.3.14"
[dependencies.lazy-static-include]
optional = true
version = "3.1.1"

[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.libc]
version = "0.2.43"

[features]
static-dictionaries = ["lazy-static-include", "lazy_static"]

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["external-ffi-bindings", "localization"]
description = "Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese."
edition = "2021"
homepage = "https://magiclen.org/opencc-rust"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "build.rs", "opencc/**/*"]
keywords = ["chinese", "opencc", "traditional", "simple"]
license = "Apache-2.0"
name = "opencc-rust"
readme = "README.md"
repository = "https://github.com/magiclen/opencc-rust"
rust-version = "1.56"
version = "1.1.16"
[package.metadata.docs.rs]
all-features = true