# 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 = "opensea-stream" version = "0.3.0" description = "Client for receiving updates from the OpenSea Stream API over websockets" readme = "README.md" keywords = [ "opensea", "stream", "nft", ] categories = [ "web-programming::websocket", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wanderers-nft/opensea-stream-rs" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.ethers-core] version = "0.17.0" [dependencies.phyllo] version = "0.3.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tokio] version = "1.18.2" features = ["sync"] [dependencies.url] version = "2.2.2" features = ["serde"] [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.tokio] version = "1.18.2" features = ["full"] [features] default = ["rustls-tls-native-roots"] rustls-tls-native-roots = ["phyllo/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["phyllo/rustls-tls-webpki-roots"]