[package]
name = "dinvoke"
authors = ['Kurosh Dabbagh Escalante (@_Kudaes_)']
version = "0.1.1"
description = "Dynamically run arbitrary unmanaged code."
license = "MIT"
repository = "https://github.com/Kudaes/DInvoke_rs"
keywords = ["dinvoke", "syscall"]
edition = "2021"
[profile.release]
strip = true
[dependencies]
dinvoke_data = "0.1.0"
libc = "0.2.101"
winproc = "0.6.4"
litcrypt2 = "0.1.0"
winapi = "0.3.9"
rand = "0.8.5"
[dependencies.windows]
version = "0.51"
features = [
"Win32_Foundation",
"Win32_System",
"Win32_System_IO",
"Win32_System_Kernel",
"Win32_System_Diagnostics_Debug",
"Wdk_Foundation",
"Win32_System_Threading"
]