moon-struct 0.1.1

Windows Kernel Struct offset
# 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-struct"
version = "0.1.1"
authors = ["zanpocc@gmail.com"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows Kernel Struct offset"
homepage = "https://github.com/zanpocc/moon-struct"
documentation = "https://docs.rs/moon-struct"
readme = "README.md"
keywords = [
    "windows",
    "kernel",
    "struct",
]
license = "MIT"
repository = "https://github.com/zanpocc/moon-struct"

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

[dependencies.lazy_static]
version = "1.4.0"
features = ["spin_no_std"]
default-features = false

[dependencies.wdk]
version = "0.4.1"

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

[build-dependencies.lazy_static]
version = "1.4.0"
features = ["spin_no_std"]
default-features = false

[build-dependencies.md5]
version = "0.7.0"

[build-dependencies.regex]
version = "1"

[build-dependencies.scraper]
version = "0.19.1"

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.ureq]
version = "3"
features = ["json"]