# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "memflow-qemu-procfs" version = "0.1.1" authors = ["ko1N ", "Aurimas Blažulionis <0x60@pm.me>"] description = "qemu procfs connector for the memflow physical memory introspection framework" homepage = "https://memflow.github.io" documentation = "https://docs.rs/memflow-qemu-procfs" readme = "README.md" keywords = ["memflow", "introspection", "memory"] categories = ["api-bindings", "memory-management", "os"] license = "MIT" repository = "https://github.com/memflow/memflow-qemu-procfs" [profile.release] lto = true [lib] crate-type = ["lib", "cdylib"] [[example]] name = "read_procfs" path = "examples/read_procfs.rs" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" default-features = false [dependencies.memflow] version = "0.1" features = ["inventory"] [dependencies.memflow-derive] version = "0.1" [dependencies.procfs] version = "0.7" [dev-dependencies.clap] version = "2.33" [dev-dependencies.simple_logger] version = "1.0" [features] default = [] inventory = []