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.
|
|
|
[package]
|
|
|
|
name = "memflow-ffi"
|
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["ko1N <ko1N1337@gmail.com>", "Aurimas Blažulionis <0x60@pm.me>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "C bindings for the memflow physical memory introspection framework"
|
|
|
|
documentation = "https://docs.rs/memflow-ffi"
|
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://memflow.github.io"
|
|
|
|
repository = "https://github.com/memflow/memflow"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = [ "memflow", "introspection", "memory", "dma" ]
|
|
|
|
categories = [ "api-bindings", "memory-management", "os" ]
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
codecov = { repository = "github", branch = "master", service = "github" }
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "memflow_ffi"
|
|
|
|
crate-type = ["lib", "cdylib", "staticlib"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
memflow = { version = "0.2", path = "../memflow" }
|
|
|
|
log = "^0.4.14"
|
|
|
|
simplelog = "^0.12.0"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|