# 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 = "whisperer" version = "0.0.7" authors = ["Borber "] include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] description = "将文本编码为简短的中文字符, 防和谐" homepage = "https://github.com/Borber/whisperer" readme = "../README.md" keywords = ["encode", "chinese"] license = "GPL-3.0-or-later" repository = "https://github.com/Borber/whisperer" [dependencies.blake3] version = "1" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.zstd] version = "0.9"