opensea-stream 0.3.0

Client for receiving updates from the OpenSea Stream API over websockets
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"

[dependencies.ethers-core]
version = "0.17.0"

[dependencies.phyllo]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0.81"

[dependencies.tokio]
features = ["sync"]
version = "1.18.2"

[dependencies.url]
features = ["serde"]
version = "2.2.2"

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

[dev-dependencies.tokio]
features = ["full"]
version = "1.18.2"

[features]
default = ["rustls-tls-native-roots"]
rustls-tls-native-roots = ["phyllo/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["phyllo/rustls-tls-webpki-roots"]

[package]
categories = ["web-programming::websocket", "cryptography::cryptocurrencies"]
description = "Client for receiving updates from the OpenSea Stream API over websockets"
edition = "2021"
keywords = ["opensea", "stream", "nft"]
license = "MIT OR Apache-2.0"
name = "opensea-stream"
readme = "README.md"
repository = "https://github.com/wanderers-nft/opensea-stream-rs"
resolver = "2"
version = "0.3.0"