forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
32 lines (27 loc) · 819 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "solana-metrics"
version = "1.12.0"
description = "Solana Metrics"
authors = ["Solana Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
documentation = "https://docs.rs/solana-metrics"
edition = "2021"
[dependencies]
crossbeam-channel = "0.5"
gethostname = "0.2.3"
lazy_static = "1.4.0"
log = "0.4.17"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "=1.12.0" }
[dev-dependencies]
env_logger = "0.9.0"
rand = "0.7.0"
serial_test = "0.8.0"
[lib]
name = "solana_metrics"
[[bench]]
name = "metrics"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]