[[bin]]
name = "rustdllproxy"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.45"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "security"]
description = "Crate to ease the development of proxy DLLs in Rust"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rustdllproxy"
readme = "README.md"
repository = "https://github.com/JohnSwiftC/rustdllproxy"
version = "2.0.3"