solana/storage-proto/Cargo.toml

38 lines
1.0 KiB
TOML
Raw Normal View History

[package]
name = "solana-storage-proto"
2023-01-31 15:48:33 -08:00
version = "1.16.0"
description = "Solana Storage Protobuf Definitions"
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solanalabs.com/"
documentation = "https://docs.rs/solana-storage-proto"
edition = "2021"
[dependencies]
bincode = "1.3.3"
bs58 = "0.4.0"
prost = "0.11.6"
serde = "1.0.152"
2023-01-31 15:48:33 -08:00
solana-account-decoder = { path = "../account-decoder", version = "=1.16.0" }
solana-sdk = { path = "../sdk", version = "=1.16.0" }
solana-transaction-status = { path = "../transaction-status", version = "=1.16.0" }
[dev-dependencies]
enum-iterator = "1.2.0"
[lib]
crate-type = ["lib"]
name = "solana_storage_proto"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[build-dependencies]
tonic-build = "0.8.4"
# windows users should install the protobuf compiler manually and set the PROTOC
# envar to point to the installed binary
[target."cfg(not(windows))".build-dependencies]
protobuf-src = "1.0.5"