blob: 6aac959d9be2046d37da22b9d0f05288bc6e2023 [file] [log] [blame]
[package]
name = "ntapi"
version = "0.3.4"
authors = ["MSxDOS <melcodos@gmail.com>"]
description = "FFI bindings for Native API"
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/ntapi/*/x86_64-pc-windows-msvc/ntapi/"
repository = "https://github.com/MSxDOS/ntapi"
readme = "README.md"
categories = ["external-ffi-bindings", "no-std", "os::windows-apis"]
keywords = ["windows", "ffi", "ntapi", "native", "win32"]
include = ["src/**/*", "Cargo.toml", "build.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
edition = "2018"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["func-types", "nightly"]
[dependencies.winapi]
version = "0.3.6"
features = ["cfg", "evntrace", "in6addr", "inaddr", "minwinbase", "ntsecapi", "windef", "winioctl"]
[badges]
appveyor = { repository = "MSxDOS/ntapi" }
travis-ci = { repository = "MSxDOS/ntapi" }
[features]
default = ["user"]
func-types = []
impl-default = ["winapi/impl-default"]
user = []
kernel = []
nightly = []