jubako 0.4.0

The reference implementation of the Jubako container format
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 = "2021"
rust-version = "1.85.1"
name = "jubako"
version = "0.4.0"
authors = ["Matthieu Gautier <mgautier@kymeria.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The reference implementation of the Jubako container format"
readme = "README.md"
keywords = [
    "compression",
    "container",
    "archive",
]
categories = [
    "database",
    "data-structures",
    "compression",
]
license = "MIT"
repository = "https://github.com/jubako/jubako"

[features]
all = [
    "lz4",
    "lzma",
    "zstd",
    "build_bin",
    "explorable_serde",
    "clap",
]
build_bin = [
    "explorable",
    "dep:clap",
    "dep:git-version",
]
clap = ["dep:clap"]
default = ["zstd"]
explorable = [
    "dep:graphex",
    "dep:yansi",
]
explorable_serde = [
    "dep:serde",
    "dep:erased-serde",
    "dep:serde_json",
    "uuid/serde",
    "graphex/serde",
]
lz4 = ["dep:lz4"]
lzma = ["dep:liblzma"]
nightly = []
zstd = ["dep:zstd"]

[lib]
name = "jubako"
path = "src/lib.rs"
harness = false

[[bin]]
name = "jbk"
path = "src/bin/jbk/main.rs"
required-features = ["build_bin"]

[[example]]
name = "basic_creator"
path = "examples/basic_creator.rs"

[[example]]
name = "custom_read"
path = "examples/custom_read.rs"

[[example]]
name = "simple_create"
path = "examples/simple_create.rs"

[[example]]
name = "simple_read"
path = "examples/simple_read.rs"

[[test]]
name = "creator_jubako"
path = "tests/creator_jubako.rs"
harness = false

[[test]]
name = "jubako"
path = "tests/jubako.rs"
harness = false

[dependencies.blake3]
version = "1.5.0"

[dependencies.camino]
version = "1.1.9"

[dependencies.clap]
version = "4.4.5"
features = [
    "derive",
    "cargo",
]
optional = true

[dependencies.const_format]
version = "0.2.33"

[dependencies.crc]
version = "3.2.1"

[dependencies.deranged]
version = "0.5.5"

[dependencies.dropout]
version = "0.1.0"

[dependencies.erased-serde]
version = "0.4"
optional = true

[dependencies.fxhash]
version = "0.2.1"

[dependencies.git-version]
version = "0.3.9"
optional = true

[dependencies.graphex]
version = "0.2.0"
optional = true

[dependencies.liblzma]
version = "0.3.6"
features = [
    "static",
    "parallel",
]
optional = true

[dependencies.log]
version = "0.4.20"

[dependencies.lru]
version = "0.16.2"

[dependencies.lz4]
version = "1.24.0"
optional = true

[dependencies.memmap2]
version = "0.9.4"

[dependencies.pathdiff]
version = "0.2.3"
features = ["camino"]

[dependencies.rayon]
version = "1.8.0"

[dependencies.serde]
version = "1.0.197"
features = [
    "derive",
    "rc",
]
optional = true

[dependencies.serde_json]
version = "1.0.114"
optional = true

[dependencies.smallvec]
version = "1.13.2"
features = ["union"]

[dependencies.spmc]
version = "0.3.0"

[dependencies.tempfile]
version = "3.8.0"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.uuid]
version = "1.4.1"
features = ["v4"]

[dependencies.yansi]
version = "1.0.0"
features = ["detect-tty"]
optional = true

[dependencies.zstd]
version = "0.13.2"
optional = true

[dev-dependencies.rustest]
version = "0.3.1"

[dev-dependencies.rustest-fixtures]
version = "0.3.1"

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