# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61" name = "opencc-rust" version = "1.1.19" authors = ["Magic Len "] build = "build.rs" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", "build.rs", "opencc/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Open Chinese Convert(OpenCC, 開放中文轉換) binding for the Rust language for conversion between Traditional Chinese and Simplified Chinese." homepage = "https://magiclen.org/opencc-rust" readme = "README.md" keywords = [ "chinese", "opencc", "traditional", "simple", ] categories = [ "external-ffi-bindings", "localization", ] license = "Apache-2.0" repository = "https://github.com/magiclen/opencc-rust" [package.metadata.docs.rs] all-features = true [lib] name = "opencc_rust" path = "src/lib.rs" [dependencies.lazy-static-include] version = "3.1.1" optional = true [dependencies.lazy_static] version = "1.4" optional = true [dependencies.libc] version = "0.2.43" [build-dependencies.pkg-config] version = "0.3.14" [features] static-dictionaries = [ "lazy-static-include", "lazy_static", ]