[[bin]]
name = "gzinspector"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4.0"
[dependencies.flate2]
version = "1.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "gzinspector"
path = "src/lib.rs"
[package]
authors = ["Jason Grey <jason@jason-grey.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tool to inspect gzip/zlib compressed files (especially chunked textual files such as WARC, WET, WAT, CDX, ZipNum, etc.)"
edition = "2021"
license = "MIT"
name = "gzinspector"
readme = "README.md"
version = "0.2.3"