mini-loader 1.2.2

The mini-loader is capable of loading and executing ELF files, including Executable file and Position-Independent Executable file
Documentation
[package]
name = "mini-loader"
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
readme = "README.md"
description = "The mini-loader is capable of loading and executing ELF files, including Executable file and Position-Independent Executable file"
version = "1.2.2"
keywords = ["elf", "unix", "loader"]
categories = ["no-std", "os"]

[dependencies.cfg-if]
workspace = true

[dependencies.syscalls]
workspace = true

[dependencies.elf_loader]
workspace = true
default-features = false
features = ["use-syscall"]

[dependencies]
linked_list_allocator = { version = "0.10.6" }

[[bin]]
name = "mini-loader"