2020-08-07 07:45:17 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-banks-interface"
|
|
|
|
description = "Solana banks RPC interface"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-banks-interface"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2020-08-07 07:45:17 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
tarpc = { workspace = true, features = ["full"] }
|
2020-08-07 07:45:17 -07:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["lib"]
|
|
|
|
name = "solana_banks_interface"
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|