memtrace-lib 0.5.0

A dynamic library for collecting heap consumption
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 = "memtrace-lib"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dynamic library for collecting heap consumption"
homepage = "https://github.com/blkmlk/memtrace-lib"
readme = "README.md"
keywords = [
    "dylib",
    "heap",
    "memory",
    "profile",
]
categories = ["os"]
license = "MIT"
repository = "https://github.com/blkmlk/memtrace-lib"

[lib]
name = "memtrace_lib"
crate-type = ["dylib"]
path = "src/lib.rs"

[dependencies.ctor]
version = "0.4.2"

[dependencies.fishhook]
version = "0.3"

[dependencies.libc]
version = "0.2.164"

[dependencies.memtrace-utils]
version = "0.3.0"

[dependencies.process_path]
version = "0.1.4"

[target.'cfg(target_os = "macos")'.dependencies.mach2]
version = "0.4.2"