wdk 0.3.0

Safe idiomatic bindings to APIs available in the Windows Development Kit (WDK)
[package]

edition.workspace = true

name = "wdk"

version = "0.3.0"

# This crate doesn't actually directly link to any native libraries, but its set to wdk-sys in order to pass metadata to consumers of this crates

links = "wdk-sys"

description = "Safe idiomatic bindings to APIs available in the Windows Development Kit (WDK)"

repository.workspace = true

readme.workspace = true

license.workspace = true

keywords = ["wdk", "windows", "wdf", "wdm", "ffi"]

categories = [

  "api-bindings",

  "development-tools::build-utils",

  "development-tools::ffi",

  "os",

]



[build-dependencies]

tracing.workspace = true

tracing-subscriber = { workspace = true, features = ["env-filter"] }

wdk-build.workspace = true



[dependencies]

wdk-sys.workspace = true



[dev-dependencies]

wdk-sys = { workspace = true, features = ["test-stubs"] }



[features]

default = ["alloc"]

alloc = []

nightly = ["wdk-sys/nightly"]



[lints]

workspace = true