# 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 = "comprez" version = "0.2.7" authors = ["muhd.najid.nadri@gmail.com"] exclude = [ "benches/*", "tests/*", ] description = "A library for compressing and decompressing structs and enums" homepage = "https://github.com/Najidnadri/comprez" readme = "README.md" keywords = [ "compress", "algorithm", "struct", ] categories = ["compression"] license = "MIT OR Apache-2.0" repository = "https://github.com/Najidnadri/comprez" resolver = "2" [dependencies.lz4_flex] version = "0.9.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.4"