# 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 = "waffles-solana-pubsub-client" version = "1.16.0-alpha.10" authors = [ "Solana Maintainers ", ] description = "Waffle Labs maintained Solana Pubsub Client" homepage = "https://waffles.so/" documentation = "https://docs.rs/waffles-solana-pubsub-client" license = "Apache-2.0" repository = "https://github.com/waffles-labs/solana" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures-util] version = "0.3.26" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "brotli", "deflate", "gzip", "rustls-tls", "json", ] default-features = false [dependencies.semver] version = "1.0.16" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.103" [dependencies.serde_json] version = "1.0.83" [dependencies.solana-account-decoder] version = "=1.16.0-alpha.10" package = "waffles-solana-account-decoder" [dependencies.solana-rpc-client-api] version = "=1.16.0-alpha.10" package = "waffles-solana-rpc-client-api" [dependencies.solana-sdk] version = "=1.16.0-alpha.10" package = "waffles-solana-sdk" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.9" [dependencies.tokio-tungstenite] version = "0.17.2" features = ["rustls-tls-webpki-roots"] [dependencies.tungstenite] version = "0.17.2" features = ["rustls-tls-webpki-roots"] [dependencies.url] version = "2.2.2" [dev-dependencies.anyhow] version = "1.0.58"