[package]
name = "moon-struct"
version = { workspace = true }
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
description = "Windows Kernel Struct offset"
documentation = "https://docs.rs/moon-struct"
keywords = ["windows", "kernel", "struct"]
homepage = "https://github.com/zanpocc/moon-struct"
repository = "https://github.com/zanpocc/moon-struct"
[dependencies]
wdk = { workspace = true }
wdk-sys = { workspace = true }
lazy_static = { workspace = true }
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
scraper = "0.19.1"
lazy_static = { workspace = true }
regex = "1"
md5 = "0.7.0"