# 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 = "2021"
name = "memprocfs"
version = "5.14.3"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MemProcFS - Physical Memory Analysis Framework"
homepage = "https://github.com/ufrisk/MemProcFS"
documentation = "https://docs.rs/memprocfs"
readme = "README.md"
keywords = [
    "memory",
    "forensics",
    "dma",
    "pcileech",
    "memprocfs",
]
categories = ["external-ffi-bindings"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ufrisk/MemProcFS"

[lib]
name = "memprocfs"
path = "src/lib_memprocfs.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.libloading]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]