# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "memflow-ffi" version = "0.2.0" authors = [ "ko1N ", "Aurimas Blažulionis <0x60@pm.me>", ] description = "C bindings for the memflow physical memory introspection framework" homepage = "https://memflow.github.io" documentation = "https://docs.rs/memflow-ffi" readme = "README.md" keywords = [ "memflow", "introspection", "memory", "dma", ] categories = [ "api-bindings", "memory-management", "os", ] license = "MIT" repository = "https://github.com/memflow/memflow" [lib] name = "memflow_ffi" crate-type = [ "lib", "cdylib", "staticlib", ] [dependencies.log] version = "^0.4.14" [dependencies.memflow] version = "0.2" [dependencies.simplelog] version = "^0.12.0" [features] default = [] [badges.codecov] branch = "master" repository = "github" service = "github" [badges.maintenance] status = "actively-developed"