jetstreamer 0.4.0

High-throughput Solana transaction ledger streaming and plugin framework suitable for research and backfilling
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"
version = "0.4.0"
authors = [
    "sam0x17",
    "anza-team",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-throughput Solana transaction ledger streaming and plugin framework suitable for research and backfilling"
documentation = "https://docs.rs/jetstreamer/latest"
readme = "README.md"
keywords = [
    "solana",
    "geyser",
    "jetstreamer",
    "firehose",
    "transaction",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/anza-xyz/jetstreamer"

[features]
default = []
s3-backend = ["jetstreamer-firehose/s3-backend"]
verify-transaction-signatures = ["jetstreamer-firehose/verify-transaction-signatures"]

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

[[bin]]
name = "jetstreamer"
path = "src/main.rs"

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

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

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

[dependencies.log]
version = "0"

[dependencies.solana-blake3-hasher]
version = "=3.0.0"

[dependencies.solana-epoch-rewards-hasher]
version = "=3.0.0"

[dependencies.solana-keccak-hasher]
version = "=3.0.0"

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

[dependencies.solana-sysvar]
version = "=3.0.0"

[dependencies.tokio]
version = "1"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[profile.release.package."*"]
opt-level = 3
codegen-units = 1