plthook 0.3.0

Bindings for the plthook library
Documentation
[build-dependencies.cc]
version = "1.0"

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.libc]
version = "0.2.98"

[[example]]
name = "list-symbols"
path = "examples/list-symbols.rs"

[[example]]
name = "replace-atoi"
path = "examples/replace-atoi.rs"

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

[package]
authors = ["ayosec <ayosec@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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.3.0"

[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi"]
version = "0.3"