[features]
default = ["std"]
std = []
[package]
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
categories = ["compression"]
description = "DEFLATE/zlib compression and decompression."
edition = "2018"
homepage = "https://github.com/dfrg/yazi"
keywords = ["deflate", "zlib", "compression", "decompression"]
license = "MIT OR Apache-2.0"
name = "yazi"
readme = "README.md"
repository = "https://github.com/dfrg/yazi"
version = "0.2.0"
[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
version = "0.3.37"