windows-elf-loader 0.1.2

Be capable of loading the elf dynamic library on Windows.
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 = "windows-elf-loader"
version = "0.1.2"
authors = ["wzhao <1207410841@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Be capable of loading the elf dynamic library on Windows."
readme = "README.md"
keywords = [
    "elf",
    "windows",
    "loader",
]
categories = [
    "os",
    "embedded",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/weizhiao/elf_loader"

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

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

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

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

[dependencies.elf_loader]
version = "0.15.0"
features = [
    "log",
    "tls",
]
default-features = false