hexz-cli 0.4.5

CLI tool for managing Hexz snapshots and datasets
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 = "hexz-cli"
version = "0.4.5"
authors = ["Will McCallion"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for managing Hexz snapshots and datasets"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/hexz-org/hexz"
resolver = "2"

[features]
compression-zstd = ["hexz-core/compression-zstd"]
default = [
    "fuse",
    "server",
    "compression-zstd",
    "encryption",
    "diagnostics",
    "signing",
    "s3",
]
diagnostics = []
encryption = ["hexz-core/encryption"]
firecracker = []
fuse = [
    "dep:hexz-fuse",
    "dep:daemonize",
    "dep:fuser",
]
s3 = ["hexz-core/s3"]
server = [
    "dep:hexz-server",
    "dep:daemonize",
]
signing = ["hexz-common/signing"]

[lib]
name = "hexz_cli"
path = "src/lib.rs"
bench = false

[[bin]]
name = "hexz"
path = "src/main.rs"
bench = false

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

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

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

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

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

[[bench]]
name = "read_throughput"
path = "benches/macro/read_throughput.rs"
harness = false

[[bench]]
name = "sparse_access"
path = "benches/macro/sparse_access.rs"
harness = false

[[bench]]
name = "concurrency"
path = "benches/macro/concurrency.rs"
harness = false

[[bench]]
name = "gzip_comparison"
path = "benches/macro/gzip_comparison.rs"
harness = false

[[bench]]
name = "http_throughput"
path = "benches/http_throughput.rs"
harness = false

[[bench]]
name = "ai_dataloader"
path = "benches/ai/dataloader.rs"
harness = false

[[bench]]
name = "ai_shuffle"
path = "benches/ai/shuffle.rs"
harness = false

[[bench]]
name = "ai_prefetch"
path = "benches/ai/prefetch.rs"
harness = false

[[bench]]
name = "ai_multiworker"
path = "benches/ai/multiworker.rs"
harness = false

[[bench]]
name = "ai_tensor_ops"
path = "benches/ai/tensor_ops.rs"
harness = false

[[bench]]
name = "ai_ml_workloads"
path = "benches/ai/ml_workloads.rs"
harness = false

[[bench]]
name = "cache_concurrent"
path = "benches/micro/cache_concurrent.rs"
harness = false

[[bench]]
name = "scatter_gather"
path = "benches/micro/scatter_gather.rs"
harness = false

[[bench]]
name = "read_api_comparison"
path = "benches/micro/read_api_comparison.rs"
harness = false

[[bench]]
name = "decompress_scaling"
path = "benches/micro/decompress_scaling.rs"
harness = false

[[bench]]
name = "compression"
path = "benches/micro/compression.rs"
harness = false

[[bench]]
name = "hashing"
path = "benches/micro/hashing.rs"
harness = false

[[bench]]
name = "cdc_chunking"
path = "benches/micro/cdc_chunking.rs"
harness = false

[[bench]]
name = "write_throughput"
path = "benches/macro/write_throughput.rs"
harness = false

[[bench]]
name = "encryption"
path = "benches/micro/encryption.rs"
harness = false

[[bench]]
name = "hash_table"
path = "benches/micro/hash_table.rs"
harness = false

[[bench]]
name = "dedup_efficiency"
path = "benches/macro/dedup_efficiency.rs"
harness = false

[[bench]]
name = "block_size_tradeoffs"
path = "benches/macro/block_size_tradeoffs.rs"
harness = false

[[bench]]
name = "pack_memory"
path = "benches/macro/pack_memory.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
version = "1.5"

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

[dependencies.crc32fast]
version = "1.3"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.daemonize]
version = "0.5"
optional = true

[dependencies.fuser]
version = "0.14"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hexz-common]
version = "0.4.5"
default-features = false

[dependencies.hexz-core]
version = "0.4.5"

[dependencies.hexz-fuse]
version = "0.4.5"
optional = true

[dependencies.hexz-server]
version = "0.4.5"
optional = true

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2.180"

[dependencies.lz4_flex]
version = "0.11"

[dependencies.rpassword]
version = "7.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.10"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rayon]
version = "1.10"