# 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 = "byte-size" version = "0.2.7" description = "An effective short string shrinker with total disregard for speed, memory usage and executable size" readme = "README.md" keywords = [ "compression", "string", "short", "byte", "size", ] categories = ["compression"] license = "MIT" repository = "https://github.com/ray33ee/byte-size" [dependencies.bimap] version = "0.6.2" [dependencies.bincode] version = "1.3.3" [dependencies.phf] version = "0.11.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dev-dependencies.shoco-rs] version = "0.1.1" [dev-dependencies.smaz] version = "0.1.0" [build-dependencies.percent-encoding] version = "2.2.0" [build-dependencies.phf_codegen] version = "0.11.1"