Files
solana/sdk/Cargo.toml
anatoly yakovenko cd3ff5c335 V0.12.3, cherry pick 3523 and 3529 (#3531)
* validator confirmation

* validator confirmaiton

* remove leader confirmaiton

* hang out on progress until fork is confirmed

* use the right id for delegate id

* fixup! hang out on progress until fork is confirmed

* fixup! use the right id for delegate id

* version bump
2019-03-28 05:59:42 -07:00

26 lines
631 B
TOML

[package]
name = "solana-sdk"
version = "0.12.3"
description = "Solana SDK"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
homepage = "https://solana.com/"
license = "Apache-2.0"
edition = "2018"
[dependencies]
bincode = "1.1.2"
bs58 = "0.2.0"
hex = "0.3.2"
byteorder = "1.2.1"
chrono = { version = "0.4.0", features = ["serde"] }
generic-array = { version = "0.12.0", default-features = false, features = ["serde"] }
itertools = "0.8.0"
log = "0.4.2"
ring = "0.13.2"
sha2 = "0.8.0"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
untrusted = "0.6.2"