You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
870 B
TOML
32 lines
870 B
TOML
[package]
|
|
name = "memflow-pcileech"
|
|
version = "0.1.0"
|
|
authors = ["ko1N <ko1N1337@gmail.com>"]
|
|
edition = "2018"
|
|
description = "qemu procfs connector for leechcore/pcileech"
|
|
documentation = "https://docs.rs/memflow-pcileech"
|
|
readme = "../README.md"
|
|
homepage = "https://memflow.github.io"
|
|
repository = "https://github.com/memflow/memflow-pcileech"
|
|
license-file = "../LICENSE"
|
|
keywords = [ "memflow", "introspection", "memory" ]
|
|
categories = [ "api-bindings", "memory-management", "os" ]
|
|
|
|
[lib]
|
|
crate-type = ["lib", "cdylib"]
|
|
|
|
[dependencies]
|
|
memflow = { version = "0.1", features = ["inventory", "serde_derive"] }
|
|
memflow-derive = { version = "0.1" }
|
|
log = { version = "0.4", default-features = false }
|
|
simple_logger = "1.0"
|
|
leechcore-sys = { path = "../leechcore-sys" }
|
|
|
|
[features]
|
|
default = []
|
|
inventory = []
|
|
|
|
[[example]]
|
|
name = "read_phys"
|
|
path = "examples/read_phys.rs"
|