znippy-cli 0.3.0

CLI for Znippy, a parallel chunked compression system.
# 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 = "znippy-cli"
version = "0.3.0"
authors = ["Rickard Lundin <rickard@x14>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Znippy, a parallel chunked compression system."
readme = "README.md"
keywords = [
    "compression",
    "openzl",
    "parallel",
    "arrow",
    "blake3",
]
categories = [
    "compression",
    "filesystem",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/Ignalina/znippy"
resolver = "2"

[features]
default = []

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

[[bin]]
name = "znippy-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.env_logger]
version = "0.11.8"

[dependencies.znippy-common]
version = "0.3.0"

[dependencies.znippy-compress]
version = "0.3.0"

[dependencies.znippy-decompress]
version = "0.3.0"