solana/sdk/Cargo.toml

27 lines
646 B
TOML
Raw Normal View History

[package]
name = "solana-sdk"
version = "0.14.0"
description = "Solana SDK"
2018-10-04 17:20:34 -07:00
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
2018-12-13 21:14:37 -08:00
homepage = "https://solana.com/"
license = "Apache-2.0"
2018-12-14 20:39:10 -08:00
edition = "2018"
[dependencies]
bincode = "1.1.3"
bs58 = "0.2.0"
hex = "0.3.2"
byteorder = "1.2.1"
2018-12-04 14:38:19 -08:00
chrono = { version = "0.4.0", features = ["serde"] }
generic-array = { version = "0.13.0", default-features = false, features = ["serde"] }
2019-02-28 03:48:44 -08:00
itertools = "0.8.0"
log = "0.4.2"
rand = "0.6.5"
2018-11-16 08:04:46 -08:00
ring = "0.13.2"
sha2 = "0.8.0"
serde = "1.0.90"
serde_derive = "1.0.90"
serde_json = "1.0.39"
2018-11-16 08:04:46 -08:00
untrusted = "0.6.2"