onelf 0.3.3

Packer CLI for creating onelf single-binary packages
# 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 = "onelf"
version = "0.3.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packer CLI for creating onelf single-binary packages"
readme = false
license = "MIT"
repository = "https://github.com/QaidVoid/onelf"
resolver = "2"

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

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

[dependencies.blake3]
version = "1.8"

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

[dependencies.ed25519-compact]
version = "2"
features = [
    "random",
    "std",
]
default-features = false

[dependencies.goblin]
version = "0.9"
features = [
    "elf64",
    "elf32",
    "endian_fd",
]
default-features = false

[dependencies.indicatif]
version = "0.18"

[dependencies.jwalk]
version = "0.8"

[dependencies.onelf-format]
version = "0.3.3"

[dependencies.rayon]
version = "1.11"

[dependencies.rustix]
version = "1"
features = [
    "fs",
    "mm",
    "event",
    "process",
    "pipe",
    "runtime",
    "net",
    "mount",
    "thread",
]

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

[dependencies.toml]
version = "0.8"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh32"]

[dependencies.zstd]
version = "0.13"
features = ["zdict_builder"]
default-features = false

[dev-dependencies.ed25519-compact]
version = "2"
features = [
    "random",
    "std",
]
default-features = false