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