moon-driver-core 0.1.2

Windows WDK driver core helpers: device, IOCTL, IRP, symlink
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "moon-driver-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows WDK driver core helpers: device, IOCTL, IRP, symlink"
readme = false
keywords = [
    "wdk",
    "driver",
    "windows",
    "kernel",
    "ioctl",
]
license = "MIT OR Apache-2.0"
resolver = "3"

[lib]
name = "moon_driver_core"
path = "src/lib.rs"

[dependencies.moon-driver-utils]
version = "0.1.0"

[dependencies.moon-wire-codec]
version = "0.1.2"

[dependencies.wdk-sys]
version = "0.2.0"