# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "new-rawr" version = "0.0.1" authors = ["Wyatt Jacob Herkamp ", "Aurora0001 "] exclude = ["**/*.out", "**/*.lock", "**/*.yml", "**/*.sh"] description = "An updated Rust API Wrapper for Reddit" license = "MIT" repository = "https://github.com/wherkamp/new-rawr" [dependencies.base64] version = "0.13.0" [dependencies.futures] version = "0.3.13" [dependencies.hyper] version = "0.14.4" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.dotenv_codegen] version = "0.15.0"