2020-01-31 18:27:37 -08:00
|
|
|
[package]
|
2020-06-13 14:41:05 -07:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2020-01-31 18:27:37 -08:00
|
|
|
name = "solana-cli-config"
|
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2021-12-04 00:18:04 -08:00
|
|
|
version = "1.10.0"
|
2020-01-31 18:27:37 -08:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-cli-config"
|
2020-01-31 18:27:37 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2020-10-31 09:09:17 -07:00
|
|
|
dirs-next = "2.0.0"
|
2020-01-31 18:27:37 -08:00
|
|
|
lazy_static = "1.4.0"
|
2021-12-17 23:45:20 -08:00
|
|
|
serde = "1.0.132"
|
2020-01-31 18:27:37 -08:00
|
|
|
serde_derive = "1.0.103"
|
2021-12-14 09:23:26 -08:00
|
|
|
serde_yaml = "0.8.23"
|
2021-06-23 13:54:50 -07:00
|
|
|
url = "2.2.2"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
2021-11-22 13:47:34 -08:00
|
|
|
[dev-dependencies]
|
2021-12-25 11:22:57 -08:00
|
|
|
anyhow = "1.0.52"
|
2021-11-22 13:47:34 -08:00
|
|
|
|
2020-04-16 18:18:28 -07:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|