# 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" name = "fast2s" version = "0.3.1" authors = ["Tyr Chen "] description = """ A fast Traditional Chinese to Simplified Chinese conversion library. Built with FST, faster than most of other libraries. """ homepage = "https://github.com/tyrchen/fast2s" documentation = "https://docs.rs/fast2s" readme = "README.md" keywords = [ "chinese", "simplified", "traditional", "convert", "hanzi", ] categories = [ "text-processing", "localization", "internationalization", "value-formatting", ] license = "MIT" repository = "https://github.com/tyrchen/fast2s" resolver = "2" [dependencies.bincode] version = "1.3.3" [dependencies.hashbrown] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [build-dependencies.bincode] version = "1.3.3"