xzip 0.2.0

ZIP CLI with explicit filename encoding for pack and unpack workflows.
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"
rust-version = "1.85"
name = "xzip"
version = "0.2.0"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "src/**/*",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZIP CLI with explicit filename encoding for pack and unpack workflows."
homepage = "https://github.com/DereckLee/xzip"
documentation = "https://docs.rs/xzip"
readme = "README.md"
keywords = [
    "zip",
    "cli",
    "encoding",
    "unicode",
    "winrar",
]
categories = [
    "command-line-utilities",
    "compression",
    "encoding",
]
license = "MIT"
repository = "https://github.com/DereckLee/xzip"

[features]
gen-man = ["dep:clap_mangen"]

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

[[bin]]
name = "gen-man"
path = "src/bin/gen-man.rs"
required-features = ["gen-man"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_mangen]
version = "0.2"
optional = true

[dependencies.encoding_rs]
version = "0.8"

[dependencies.globset]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3"