zipcrawl 1.0.2

Explore and stream ZIP archives without even extracting them.
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 = "zipcrawl"
version = "1.0.2"
authors = ["SirCesarium"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Explore and stream ZIP archives without even extracting them."
readme = "README.md"
keywords = [
    "zip",
    "cli",
    "explorer",
    "grep",
    "tree",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/SirCesarium/zipcrawl"

[features]
cli = [
    "dep:clap",
    "dep:ratatui",
    "dep:crossterm",
]
default = [
    "nerdfonts",
    "cli",
]
nerdfonts = []

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

[[bin]]
name = "zipcrawl"
path = "src/main.rs"

[dependencies.bytesize]
version = "2.3.1"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]
optional = true

[dependencies.colored]
version = "3.1.1"

[dependencies.crossterm]
version = "0.29.0"
optional = true

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.ignore]
version = "0.4.25"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.ratatui]
version = "0.30.0"
optional = true

[dependencies.regex]
version = "1.12.3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "8.2.0"