25 lines
611 B
TOML
25 lines
611 B
TOML
[package]
|
|
name = "solana-sdk"
|
|
version = "0.12.0"
|
|
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"] }
|
|
log = "0.4.2"
|
|
ring = "0.13.2"
|
|
sha2 = "0.8.0"
|
|
serde = "1.0.88"
|
|
serde_derive = "1.0.88"
|
|
serde_json = "1.0.38"
|
|
untrusted = "0.6.2"
|