onelf 0.2.1

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.2.1"
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"

[dependencies.blake3]
version = "1.8"

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

[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.2.1"

[dependencies.rayon]
version = "1.11"

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

[dependencies.toml]
version = "0.8"

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

[dependencies.zstd]
version = "0.13"