[package]
name = "dinvoke"
authors = ['Kurosh Dabbagh Escalante (@_Kudaes_)']
version = "0.2.0"
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.2.0"
libc = "0.2.101"
litcrypt2 = "=0.1.2"
winapi = {version = "0.3.9", features = ["psapi"]}
nanorand = {version = "0.7.0", optional = true}
[target.'cfg(target_arch = "x86_64")'.dependencies]
nanorand = {version = "0.7.0"}
[features]
syscall = []
[build-dependencies]
cc = "1.0.83"
[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"
]