# 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 = "boticordrs" version = "0.1.3" authors = ["Victor Kotlin"] include = ["src/**/*", "LICENSE.txt", "README.md"] description = "Crate for BotiCord API" documentation = "https://docs.rs/boticordrs" readme = "README.md" keywords = ["discord", "boticord", "bots"] categories = ["api-bindings", "web-programming::http-client"] license = "MIT" repository = "https://github.com/grey-cat-1908/boticordrs" resolver = "2" [dependencies.reqwest] version = "0.11" 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.14" features = ["macros", "rt-multi-thread"] [features] default = ["rustls-tls"] native-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]