[build-dependencies.wdk-build]
version = "0.2.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.moon-instructions]
version = "0.1.0"
[dependencies.moon-struct]
version = "0.1.0"
[dependencies.wdk]
version = "0.2.0"
[dependencies.wdk-sys]
version = "0.2.0"
[lib]
name = "moon_driver_utils"
path = "src/lib.rs"
[package]
authors = ["zanpocc@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Windows Kernel Utils"
documentation = "https://docs.rs/moon-driver-utils"
edition = "2021"
homepage = "https://github.com/zanpocc/moon-driver-utils"
keywords = ["windows", "kernel"]
license = "MIT"
name = "moon-driver-utils"
readme = "README.md"
repository = "https://github.com/zanpocc/moon-driver-utils"
version = "0.1.0"