# 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 = "roux-stream" version = "0.2.0" authors = ["Florian Brucker "] description = "A streaming API for the roux Reddit client" homepage = "https://github.com/torfsen/roux-stream" readme = "README.md" keywords = [ "reddit", "roux", "stream", "api", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/torfsen/roux-stream" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.roux] version = "2" [dependencies.tokio] version = "1" [dependencies.tokio-retry] version = "0.3" [dev-dependencies.logtest] version = "2.0.0" [dev-dependencies.stderrlog] version = "0.5.4" [dev-dependencies.tokio] version = "1.28.1" features = ["full"]