2019-06-29 06:34:49 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-measure"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2020-05-28 15:01:10 -07:00
|
|
|
version = "1.3.0"
|
2019-06-29 06:34:49 -07:00
|
|
|
documentation = "https://docs.rs/solana"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
readme = "../README.md"
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2019-06-29 06:34:49 -07:00
|
|
|
license = "Apache-2.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-01-01 09:51:51 -08:00
|
|
|
log = "0.4.8"
|
2020-05-28 15:01:10 -07:00
|
|
|
solana-sdk = { path = "../sdk", version = "1.3.0" }
|
|
|
|
solana-metrics = { path = "../metrics", version = "1.3.0" }
|
2020-01-01 09:51:51 -08:00
|
|
|
|
|
|
|
[target."cfg(unix)".dependencies]
|
|
|
|
jemallocator = "0.3.2"
|
|
|
|
jemalloc-ctl = "0.3.2"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|