2020-10-15 17:04:10 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-storage-proto"
|
2022-03-02 11:47:01 -08:00
|
|
|
version = "1.10.1"
|
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"
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2020-10-15 17:04:10 -07:00
|
|
|
|
|
|
|
[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-10-27 23:59:36 -07:00
|
|
|
prost = "0.9.0"
|
2022-01-28 11:20:37 -08:00
|
|
|
serde = "1.0.136"
|
2022-03-02 11:47:01 -08:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.10.1" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.10.1" }
|
|
|
|
solana-transaction-status = { path = "../transaction-status", version = "=1.10.1" }
|
2020-10-15 17:04:10 -07:00
|
|
|
|
2021-12-01 15:28:50 -08:00
|
|
|
[dev-dependencies]
|
|
|
|
enum-iterator = "0.7.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-12-10 01:31:15 -08:00
|
|
|
tonic-build = "0.6.2"
|