# 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 = "brotlic" version = "0.8.2" authors = [ "Aron Parker ", "The Brotli Authors", ] description = """ Bindings to the brotli library featuring a low-overhead encoder and decoder, io::Write and io::Read wrappers for compression and decompression at customizable compression qualities and window sizes. """ documentation = "https://docs.rs/brotlic" readme = "README.md" keywords = [ "brotli", "compression", "decompression", ] categories = [ "compression", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AronParker/brotlic" [lib] bench = false [[bench]] name = "compression" harness = false [dependencies.brotlic-sys] version = "0.2.0" [dev-dependencies.brotli] version = "3.3.4" [dev-dependencies.clap] version = "4.0.23" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_pcg] version = "0.3.1"