leviathan-driver 0.3.0

Windows kernel-mode EDR/XDR driver framework in Rust - callbacks, filters, detection, forensics
# 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 = "2024"
name = "leviathan-driver"
version = "0.3.0"
authors = ["anubhavg-icpl"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows kernel-mode EDR/XDR driver framework in Rust - callbacks, filters, detection, forensics"
readme = "README.md"
keywords = [
    "windows",
    "kernel",
    "driver",
    "edr",
    "security",
]
categories = [
    "os::windows-apis",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anubhavg-icpl/leviathan"
resolver = "2"

[package.metadata.wdk.driver-model]
driver-type = "KMDF"
kmdf-version-major = 1
target-kmdf-version-minor = 33

[features]
default = []
nightly = []

[lib]
name = "leviathan_driver"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.leviathan-common]
version = "0.3.0"

[dependencies.libm]
version = "0.2"

[dependencies.wdk]
version = "0.4"

[dependencies.wdk-alloc]
version = "0.4"

[dependencies.wdk-panic]
version = "0.4"

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

[build-dependencies.wdk-build]
version = "0.5"