benfred-read-process-memory 0.1.4

Read memory from another process.
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 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]
name = "benfred-read-process-memory"
version = "0.1.4"
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
description = "Read memory from another process."
homepage = "https://github.com/benfred/read-process-memory"
license = "MIT"
repository = "https://github.com/benfred/read-process-memory"
[dependencies.libc]
version = "0.2.34"

[dependencies.log]
version = "0.4.6"
[target."cfg(target_os=\"macos\")".dependencies.mach]
version = "0.1.2"
[target."cfg(target_os=\"macos\")".dev-dependencies.spawn-task-port]
version = "0.1"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.2"