# 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 = "2018" name = "libdeflater" version = "1.22.0" authors = ["Adam Kewley "] exclude = [ ".git*", ".travis.yml", "bench_data/", "examples/", "scripts/", ] description = """ Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data. """ homepage = "https://github.com/adamkewley/libdeflater" readme = "README.md" keywords = [ "gzip", "zlib", "deflate", "encoding", ] categories = [ "compression", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/adamkewley/libdeflater" [[bench]] name = "benchmarks" harness = false [dependencies.libdeflate-sys] version = "1.22.0" [dev-dependencies.adler32] version = "1.2.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.flate2] version = "1.0.11" [features] dynamic = ["libdeflate-sys/dynamic"] freestanding = [ "libdeflate-sys/freestanding", "use_rust_alloc", ] use_rust_alloc = []