solana-pubsub-client 4.1.0

Solana Pubsub Client
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 = "2021"
name = "solana-pubsub-client"
version = "4.1.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Pubsub Client"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-pubsub-client"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/agave"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
agave-unstable-api = []

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

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.futures-util]
version = "0.3.29"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.solana-account-decoder-client-types]
version = "=4.1.0"
features = ["agave-unstable-api"]

[dependencies.solana-clock]
version = "3.0.1"

[dependencies.solana-pubkey]
version = "4.2.0"
default-features = false

[dependencies.solana-rpc-client-types]
version = "=4.1.0"

[dependencies.solana-signature]
version = "3.4.0"
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.solana-commitment-config]
version = "3.1.1"

[dev-dependencies.solana-pubkey]
version = "4.2.0"
features = ["rand"]
default-features = false