proxy-dll 0.2.2

A dynamic Windows System DLL proxy
[dependencies.proxy-sys]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0.37"

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["RinLovesYou"]
description = "A dynamic Windows System DLL proxy"
edition = "2021"
license = "GPL-2.0"
name = "proxy-dll"
readme = "README.md"
repository = "https://github.com/RinLovesYou/dll-proxy-rs"
resolver = "1"
version = "0.2.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winuser", "minwindef", "std", "libloaderapi"]
version = "0.3.9"