# 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 = "bunko" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bunko is a lightweight, flexible, high-performance Rust library for data compression and decompression." homepage = "https://github.com/reinacchi/bunko" readme = "README.md" keywords = [ "compression", "decompression", "zlib", "deflate", "gzip", ] license = "MIT" [lib] name = "bunko" path = "src/lib.rs" [[test]] name = "compression_tests" path = "tests/compression_tests.rs" [dependencies.bincode] version = "1.3.3" [dependencies.flate2] version = "1.0" features = ["zlib"] [dependencies.serde] version = "1.0.215"