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.
35 lines
790 B
TOML
35 lines
790 B
TOML
[package]
|
|
name = "memflow-pcileech"
|
|
version = "0.1.0"
|
|
authors = ["ko1N <ko1N1337@gmail.com>"]
|
|
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"
|