blad-mem 0.0.3

Heap and RSS instrumentation for blad
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 = "blad-mem"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heap and RSS instrumentation for blad"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/n0tbhargav/blad"

[lib]
name = "blad_mem"
path = "src/lib.rs"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_System_ProcessStatus",
    "Win32_System_Threading",
]