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
# 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"
rust-version = "1.93.0"
name = "mini-loader"
version = "1.2.2"
authors = ["wzhao <1207410841@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The mini-loader is capable of loading and executing ELF files, including Executable file and Position-Independent Executable file"
readme = "README.md"
keywords = [
    "elf",
    "unix",
    "loader",
]
categories = [
    "no-std",
    "os",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/weizhiao/elf_loader"

[lib]
name = "mini_loader"
path = "src/lib.rs"

[[bin]]
name = "mini-loader"
path = "src/main.rs"

[dependencies.cfg-if]
version = "1.0"

[dependencies.elf_loader]
version = "0.15.0"
features = ["use-syscall"]
default-features = false

[dependencies.linked_list_allocator]
version = "0.10.6"

[dependencies.syscalls]
version = "0.8.1"
default-features = false