solana/sdk/Cargo.toml

25 lines
611 B
TOML
Raw Normal View History

[package]
name = "solana-sdk"
2018-12-19 17:03:28 -08:00
version = "0.12.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.2"
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.12.0", default-features = false, features = ["serde"] }
log = "0.4.2"
2018-11-16 08:04:46 -08:00
ring = "0.13.2"
sha2 = "0.8.0"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.39"
2018-11-16 08:04:46 -08:00
untrusted = "0.6.2"