[package] name = "memflow-pcileech" version = "0.1.0" authors = ["ko1N "] edition = "2018" description = "pcileech fpga connector for the memflow physical memory introspection framework" homepage = "https://github.com/memflow/memflow-pcileech" repository = "https://github.com/memflow/memflow-pcileech" readme = "README.md" [lib] crate-type = ["lib", "cdylib"] [dependencies] memflow = { version = "0.1", features = ["inventory"] } memflow-derive = "0.1" log = { version = "0.4.8", default-features = false } rusb = "0.6.0" dataview = "0.1" pretty-hex = "0.1" c2rust-bitfields = "0.3.0" libc = "0.2" [dev-dependencies] clap = "2.33.0" simple_logger = "1.0.1" [features] default = [] plugin = [] [[example]] name = "read_pcileech" path = "examples/read_pcileech.rs"