# 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 = "reservoir-stream" version = "0.0.0" authors = ["mektigboy"] description = "A WebSocket client for streaming updates from the Reservoir API." readme = "README.md" keywords = [ "nft", "reservoir", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/mektigboy/reservoir-stream-rs" [dependencies.chrono] version = "0.4.29" features = ["serde"] [dependencies.ethers-core] version = "2.0.9" [dependencies.phyllo] version = "0.3.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.tokio] version = "^1.32.0" features = ["sync"] [dependencies.url] version = "2.4.1" features = ["serde"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.tokio] version = "^1.32.0" 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"]