onelf-rt 0.1.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.1.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"

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

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

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

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