dinvoke 0.2.0

Dynamically run arbitrary unmanaged code.
[build-dependencies.cc]
version = "1.0.83"

[dependencies.dinvoke_data]
version = "0.2.0"

[dependencies.libc]
version = "0.2.101"

[dependencies.litcrypt2]
version = "=0.1.2"

[dependencies.nanorand]
optional = true
version = "0.7.0"

[dependencies.winapi]
features = ["psapi"]
version = "0.3.9"

[dependencies.windows]
features = ["Win32_Foundation", "Win32_System", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_Diagnostics_Debug", "Wdk_Foundation", "Win32_System_Threading"]
version = "0.51"

[features]
syscall = []

[lib]
name = "dinvoke"
path = "src/lib.rs"

[package]
authors = ["Kurosh Dabbagh Escalante (@_Kudaes_)"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Dynamically run arbitrary unmanaged code."
edition = "2021"
keywords = ["dinvoke", "syscall"]
license = "MIT"
name = "dinvoke"
readme = false
repository = "https://github.com/Kudaes/DInvoke_rs"
version = "0.2.0"

[profile.release]
strip = true

[target.'cfg(target_arch = "x86_64")'.dependencies.nanorand]
version = "0.7.0"