2018-12-13 21:11:09 -08:00
|
|
|
[package]
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
name = "solana-ledger-tool"
|
2019-01-07 22:18:48 -08:00
|
|
|
description = "Blockchain, Rebuilt for Scale"
|
2019-06-21 21:35:25 -07:00
|
|
|
version = "0.17.0"
|
2018-12-13 21:11:09 -08:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-07-17 14:42:29 -07:00
|
|
|
bincode = "1.1.4"
|
2019-04-06 06:04:18 -07:00
|
|
|
clap = "2.33.0"
|
2019-07-12 16:58:13 -07:00
|
|
|
serde = "1.0.94"
|
|
|
|
serde_derive = "1.0.94"
|
2019-07-03 15:15:56 -07:00
|
|
|
serde_json = "1.0.40"
|
2019-07-12 16:58:13 -07:00
|
|
|
serde_yaml = "0.8.9"
|
2019-06-21 21:35:25 -07:00
|
|
|
solana = { path = "../core", version = "0.17.0" }
|
|
|
|
solana-logger = { path = "../logger", version = "0.17.0" }
|
|
|
|
solana-runtime = { path = "../runtime", version = "0.17.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "0.17.0" }
|
2018-12-13 21:11:09 -08:00
|
|
|
|
2018-12-07 20:44:59 -08:00
|
|
|
[dev-dependencies]
|
2019-01-29 11:10:48 -08:00
|
|
|
assert_cmd = "0.11"
|
2018-12-07 20:44:59 -08:00
|
|
|
|
2018-12-13 21:11:09 -08:00
|
|
|
[features]
|
2019-06-11 15:30:39 -07:00
|
|
|
cuda = []
|
2019-06-10 07:14:02 -07:00
|
|
|
|