onelf-rt 0.3.0

Runtime stub for onelf packed binaries
# 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-rt"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime stub for onelf packed binaries"
readme = false
license = "MIT"
repository = "https://github.com/QaidVoid/onelf"
resolver = "2"

[features]
default = []
update = [
    "dep:zsync-rs",
    "dep:ed25519-compact",
    "dep:ureq",
]

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

[dependencies.blake3]
version = "1.8"

[dependencies.ed25519-compact]
version = "2"
optional = true

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

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

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

[dependencies.ureq]
version = "3"
optional = true

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

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

[dependencies.zsync-rs]
version = "0.1"
optional = true