memhop 1.0.0

Cross-platform memory reader
Documentation
# 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 = "memhop"
version = "1.0.0"
authors = ["Gergő Móricz <mo.geryy@gmail.com>"]
description = "Cross-platform memory reader"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mogery/memhop/"
resolver = "2"

[dependencies.byteorder]
version = "1.4.3"

[target."cfg(target_os = \"linux\")".dependencies.procmaps]
version = "0.4.1"

[target."cfg(target_os = \"macos\")".dependencies.darwin-libproc-sys]
version = "0.2.0"

[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"

[target."cfg(target_os = \"macos\")".dependencies.regex]
version = "1.6"

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.36.1"
features = [
    "Win32_Foundation",
    "Win32_System_ProcessStatus",
    "Win32_System_SystemInformation",
    "Win32_System_Diagnostics_Debug",
    "Win32_System_Memory",
    "Win32_System_ProcessStatus",
    "Win32_System_Threading",
]