rustld 0.1.55

A modern ELF loader (static & dynamic linker + compatible glibc & musl) written in Rust
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 = "2021"
name = "rustld"
version = "0.1.55"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern ELF loader (static & dynamic linker + compatible glibc & musl) written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/louislafosse/rustld"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-unknown-linux-gnu",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
custom_start = []
default = ["mmap_allocator"]
mmap_allocator = []

[lib]
name = "rustld"
crate-type = [
    "rlib",
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "rustld"
path = "examples/rustld.rs"

[dependencies.memchr]
version = "2.8.0"
default-features = false

[dependencies.phf]
version = "0.13.1"
features = ["macros"]
default-features = false

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.smallvec]
version = "1.15.1"
default-features = false

[dependencies.smartstring]
version = "1.0.1"
default-features = false

[profile.dev]
debug = 2
panic = "abort"
incremental = true

[profile.profiling]
lto = false
codegen-units = 1
debug = 2
inherits = "release"
strip = false

[profile.release]
opt-level = 3
codegen-units = 1
debug = 0
panic = "abort"
strip = true