onelf-rt 0.2.5

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.2.5"
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"]

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

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

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

[dependencies.userland-execve]
version = "0.2"

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

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