znippy-common 0.3.0

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

[features]
default = []
ext-cargo = [
    "dep:flate2",
    "dep:tar",
]
wasm-plugins = [
    "dep:wasmtime",
    "dep:miniz_oxide",
]

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arrow]
version = "57.0.0"

[dependencies.arrow-array]
version = "57.0.0"

[dependencies.blake3]
version = "1.8.2"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.flate2]
version = "1.1"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.28"

[dependencies.miniz_oxide]
version = "0.8"
optional = true

[dependencies.once_cell]
version = "1.21.3"

[dependencies.openzl-sys-rs]
version = "0.1.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sysinfo]
version = "0.37.2"
features = ["multithread"]

[dependencies.tar]
version = "0.4"
optional = true

[dependencies.wasmtime]
version = "33"
optional = true