summaryrefslogtreecommitdiff
path: root/crates/windows-kernel-sys/Cargo.toml
blob: dc0819daa3b749696e8d445aab589aa160e20c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "windows-kernel-sys"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["intrin", "ntoskrnl"]
intrin = []
ntoskrnl = []
netio = []

[dependencies]
cty = "0.2"

[build-dependencies]
bindgen = "0.59"
cc = "1.0"
windows-kernel-build = { path = "../windows-kernel-build" }