[dependencies.hex]
version = "0.4.3"
[lib]
name = "zlib_header"
path = "src/lib.rs"
[package]
authors = ["DrFrugal"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to work with the 2 Byte zlib header, as defined in RFC 1950."
edition = "2024"
license = "MIT"
name = "zlib-header"
readme = "README.md"
repository = "https://git.drfrugal.xyz/lib/zlib-header/"
resolver = "2"
version = "0.1.2"
[[test]]
name = "tests"
path = "tests/tests.rs"