[build-dependencies.bindgen]
version = "0.68"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.windows-kernel-build]
version = "2.11.19"
[dependencies.cty]
version = "0.2"
[dependencies.windows-sys]
features = ["Win32_Networking_WinSock"]
version = "0.48.0"
[features]
default = ["intrin", "ntoskrnl", "netio"]
intrin = []
netio = []
ntoskrnl = []
[lib]
name = "win_kernel_sys"
path = "src/lib.rs"
[package]
authors = ["emptyqwb <you@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "windows-kernel-sys"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "win-kernel-sys"
readme = "README.md"
repository = "https://github.com/emptyqwb/win-kernel-sys.git"
version = "2.11.19"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-pc-windows-msvc", "i686-pc-windows-msvc"]