[package] name = "memflow-pcileech" version = "0.1.0" authors = ["ko1N "] 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 = { git = "https://github.com/memflow/memflow", branch = "next", features = ["inventory", "serde_derive"] } 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"