[package] name = "solana-pubsub-client" version = "1.15.0" description = "Solana Pubsub Client" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" documentation = "https://docs.rs/solana-pubsub-client" edition = "2021" [dependencies] crossbeam-channel = "0.5" futures-util = "0.3.25" log = "0.4.17" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] } semver = "1.0.16" serde = "1.0.144" serde_derive = "1.0.103" serde_json = "1.0.83" solana-account-decoder = { path = "../account-decoder", version = "=1.15.0" } solana-rpc-client-api = { path = "../rpc-client-api", version = "=1.15.0" } solana-sdk = { path = "../sdk", version = "=1.15.0" } thiserror = "1.0" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1.9" tokio-tungstenite = { version = "0.17.2", features = ["rustls-tls-webpki-roots"] } tungstenite = { version = "0.17.2", features = ["rustls-tls-webpki-roots"] } url = "2.2.2" [dev-dependencies] anyhow = "1.0.58" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]