[package]
name = "windows-elf-loader"
version = "0.1.2"
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Be capable of loading the elf dynamic library on Windows."
keywords = ["elf", "windows", "loader"]
categories = ["os", "embedded"]
[dependencies.elf_loader]
workspace = true
default-features = false
features = ["log", "tls"]