[package]
edition = "2021"
name = "mappings"
version = "0.7.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Get the mappings of a process (currently only on Linux)"
homepage = "https://crates.io/crates/mappings"
readme = false
license = "Apache-2.0"
repository = "https://github.com/polarsignals/rust-jemalloc-pprof"
[lib]
name = "mappings"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1.19"
[dependencies.tracing]
version = "0.1"
[dependencies.util]
version = "0.8"
package = "pprof_util"