# 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 = "rmw-utf8" version = "0.0.6" description = "Short text compression algorithm for utf-8 (optimized for Chinese , developed based on rust programming language). 面向utf-8的短文本压缩算法(为中文压缩优化,基于rust编程语言开发)。" documentation = "https://docs.rs/crate/rmw-utf8" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rmw-link/rmw-utf8" resolver = "2" [dependencies.aho-corasick] version = "0.7.18" [dependencies.bit-vec] version = "0.6.3" [dependencies.huffman-compress] version = "0.6.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.ruzstd] version = "0.2.4" [dependencies.speedy] version = "0.8.1" [dependencies.utf8-width] version = "0.1.5"