# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ntcall" version = "0.1.1" authors = ["felix <41162644+felix-rs@users.noreply.github.com>"] description = "Crate for calling NT System Calls easily" readme = "README.md" keywords = ["windows", "syscall", "no_std", "no-std", "ntapi"] categories = ["windows", "no-std"] license-file = "LICENSE" repository = "https://github.com/felix-rs/ntcall-rs" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"] [dependencies.ntapi] version = "0.3.6" default-features = false [dependencies.winapi] version = "0.3.9" features = ["ntdef"] default-features = false [build-dependencies.iced-x86] version = "1.15.0" features = ["no_std", "decoder", "nasm"] default-features = false [build-dependencies.ntapi] version = "0.3.6" [build-dependencies.winapi] version = "0.3.9" features = ["winnt", "libloaderapi"] default-features = false