[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2.98"
[dev-dependencies.lazy_static]
version = "1"
[package]
authors = ["ayosec <ayosec@gmail.com"]
description = "Bindings for the plthook library"
documentation = "https://docs.rs/plthook"
edition = "2018"
exclude = [".github/**", "vendor/*.sh"]
homepage = "https://github.com/ayosec/plthook-rust"
license = "Apache-2.0"
name = "plthook"
readme = "README.md"
repository = "https://github.com/ayosec/plthook-rust.git"
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi"]
version = "0.3"