jetstreamer-plugin 0.4.0

Support crate for Jetstreamer containing plugin framework abstractions and utilities
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "jetstreamer-plugin"
version = "0.4.0"
authors = [
    "sam0x17",
    "anza-team",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Support crate for Jetstreamer containing plugin framework abstractions and utilities"
documentation = "https://docs.rs/jetstreamer/latest"
readme = false
keywords = [
    "solana",
    "geyser",
    "jetstreamer",
    "firehose",
    "transaction",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anza-xyz/jetstreamer"

[lib]
name = "jetstreamer_plugin"
path = "src/lib.rs"

[dependencies.clickhouse]
version = "0.14"
default-features = false

[dependencies.dashmap]
version = "5"

[dependencies.futures-util]
version = "0"
default-features = false

[dependencies.jetstreamer-firehose]
version = "0.4.0"

[dependencies.log]
version = "0"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
version = "1"
default-features = false

[dependencies.sha2]
version = "0.10"

[dependencies.solana-address]
version = "1"

[dependencies.solana-message]
version = "3"

[dependencies.solana-sdk-ids]
version = "3"

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tokio]
version = "1"