[package] name = "miraland-geyser-plugin-interface" description = "The Miraland Geyser plugin interface." documentation = "https://docs.rs/miraland-geyser-plugin-interface" version = { workspace = true } authors = { workspace = true } repository = { workspace = true } homepage = { workspace = true } license = { workspace = true } edition = { workspace = true } [dependencies] log = { workspace = true } miraland-sdk = { workspace = true } miraland-transaction-status = { workspace = true } thiserror = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]