dinvoke 0.1.3

Dynamically run arbitrary unmanaged code.
[package]

name = "dinvoke"

authors = ['Kurosh Dabbagh Escalante (@_Kudaes_)']

version = "0.1.3"

description = "Dynamically run arbitrary unmanaged code."

license = "MIT"

repository = "https://github.com/Kudaes/DInvoke_rs"

keywords = ["dinvoke", "syscall"]

edition = "2021"



# From https://stackoverflow.com/questions/29008127/why-are-rust-executables-so-huge

[profile.release]

strip = true  



[dependencies]

dinvoke_data = "0.1.1"

libc = "0.2.101"

winproc = "0.6.4"

litcrypt2 = "0.1.2"

winapi = "0.3.9"

nanorand = "0.7.0"



[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"

]