# 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" version = "2.2.13" authors = ["Justin Duch "] build = false exclude = [ ".github/*", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple and (a)synchronous Reddit API wrapper" documentation = "https://docs.rs/roux" readme = "README.md" keywords = [ "reddit", "api", "async", ] categories = [ "authentication", "api-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/halcyonnouveau/roux" [lib] name = "roux" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1.8.4" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4" [features] blocking = [ "maybe-async/is_sync", "reqwest/blocking", ] default = ["native-tls"] native-tls = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]