rraw 0.0.1

An async Rust Reddit API Wrapper
Documentation
[package]

name = "rraw"

version = "0.0.1"

authors = ["Wyatt J Herkamp <wherkamp@kingtux.me>"]

edition = "2018"

license = "MIT"

repository = "https://github.com/wherkamp/rraw"

keywords = ["Reddit", "Async"]

categories = ["api-bindings"]

description = "An async Rust Reddit API Wrapper"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

tokio = { version = "1.6.0", features = ["full"] }

async-trait = "0.1.50"

base64 = "0.13.0"

[dependencies.reqwest]

version = "0.11.3"

features = ["json"]



[dev-dependencies]

dotenv = "0.15.0"