# 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 = "pullcaps" version = "0.2.0" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "An asynchronous client for the PushShift API" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dcchut/pullcaps" resolver = "2" [dependencies.async-stream] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.governor] version = "0.4" [dependencies.once_cell] version = "1.9" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.15" features = ["full"]