compu 0.4.0

Rust Compression library with generic interface
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "compu"
version = "0.4.0"
authors = ["Douman <douman@gmx.se>"]
description = "Rust Compression library with generic interface"
documentation = "https://docs.rs/crate/compu"
keywords = ["brotli"]
categories = ["compression"]
license = "Apache-2.0"
repository = "https://github.com/DoumanAsh/compu"
[dependencies.cloudflare-zlib-sys]
version = "0.2"
optional = true

[dependencies.compu-brotli-sys]
version = "0.1"
optional = true

[dependencies.libz-sys]
version = "1"
features = ["static"]
optional = true

[features]
brotli-c = ["compu-brotli-sys"]
default = ["brotli-c", "zlib"]
zlib = ["libz-sys"]
zlib-opt = ["cloudflare-zlib-sys"]