# 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 = "2018" name = "dbl-rs" version = "0.4.0" authors = ["Constantin Nickel "] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "API Bindings for top.gg / discordbots.org" documentation = "https://docs.rs/dbl-rs" readme = "README.md" keywords = [ "discord", "bots", ] categories = [ "api-bindings", "web-programming::http-client", ] license = "MIT/Apache-2.0" repository = "https://github.com/nickelc/dbl-rs" [lib] name = "dbl" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.url] version = "2.2" [dev-dependencies.serde_test] version = "1" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] [features] default = ["rustls-tls"] native-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]