2020-10-15 17:04:10 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-storage-proto"
|
2021-05-27 08:51:53 -07:00
|
|
|
version = "1.8.0"
|
2020-10-15 17:04:10 -07:00
|
|
|
description = "Solana Storage Protobuf Definitions"
|
|
|
|
authors = ["Solana Maintainers <maintainers@solana.com>"]
|
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-storage-proto"
|
2020-10-15 17:04:10 -07:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-21 09:06:31 -07:00
|
|
|
bincode = "1.3.3"
|
2021-05-28 11:30:34 -07:00
|
|
|
bs58 = "0.4.0"
|
2021-07-09 10:31:26 -07:00
|
|
|
prost = "0.8.0"
|
2021-08-02 14:16:34 -07:00
|
|
|
serde = "1.0.127"
|
2020-10-15 17:04:10 -07:00
|
|
|
serde_derive = "1.0.103"
|
2021-05-27 08:51:53 -07:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.8.0" }
|
2020-10-15 17:04:10 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["lib"]
|
|
|
|
name = "solana_storage_proto"
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
2021-07-09 13:06:06 -07:00
|
|
|
|
|
|
|
[build-dependencies]
|
2021-08-11 08:50:07 -07:00
|
|
|
tonic-build = "0.5.2"
|