2021-09-30 14:26:17 -07:00
|
|
|
[package]
|
2022-03-14 18:18:46 -07:00
|
|
|
name = "solana-geyser-plugin-interface"
|
|
|
|
description = "The Solana Geyser plugin interface."
|
|
|
|
documentation = "https://docs.rs/solana-geyser-plugin-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 }
|
2021-09-30 14:26:17 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
log = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
solana-transaction-status = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|
2021-09-30 14:26:17 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|