include-flate-compress 0.3.2

Compression algorithm provider
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 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 = "2024"
name = "include-flate-compress"
version = "0.3.2"
authors = [
    "SOFe <sofe2038@gmail.com>",
    "Kento Oki <hrn832@protonmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compression algorithm provider"
homepage = "https://github.com/SOF3/include-flate"
readme = false
license = "Apache-2.0"
repository = "https://github.com/SOF3/include-flate.git"

[features]
default = [
    "deflate",
    "zstd",
]
deflate = ["dep:libflate"]
zstd = ["dep:zstd"]

[lib]
name = "include_flate_compress"
path = "src/lib.rs"

[dependencies.libflate]
version = "2.1.0"
optional = true

[dependencies.zstd]
version = "0.13.3"
optional = true