[package]
name = "safecoin-measure"
description = "Safecoin: Enterprise Security for the Community by the Community"
version = "1.6.16"
homepage = "https://solana.com/"
documentation = "https://docs.rs/safecoin-measure"
readme = "../README.md"
repository = "https://github.com/solana-labs/solana"
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
log = "0.4.11"
safecoin-sdk = { path = "../sdk", version = "=1.6.16" }
safecoin-metrics = { path = "../metrics", version = "=1.6.16" }
[target."cfg(unix)".dependencies]
jemallocator = "0.3.2"
jemalloc-ctl = "0.3.2"
[features]
no-jemalloc = []
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]