[package] name = "syscalls-rs" version = "0.1.1" edition = "2021" authors = ["Yxel "] repository = "https://github.com/rasta-mouse/syscalls-rs" description = "Indirect syscalls for Windows" license = "GPL-3.0" [dependencies.winapi] version = "0.3.9" features = [ "ntdef", "winnt" ] [dependencies.ntapi] version = "0.4.0"