topgg 1.2.2

The official Rust wrapper for the Top.gg API
Documentation
[dependencies.actix-web]
default-features = false
optional = true
version = "4"

[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.axum]
default-features = false
features = ["http1", "tokio"]
optional = true
version = "0.7"

[dependencies.cfg-if]
version = "1"

[dependencies.chrono]
default-features = false
features = ["serde"]
optional = true
version = "0.4"

[dependencies.reqwest]
optional = true
version = "0.11"

[dependencies.rocket]
default-features = false
features = ["json"]
optional = true
version = "0.5"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.tokio]
features = ["rt", "sync", "time"]
optional = true
version = "1"

[dependencies.urlencoding]
optional = true
version = "2"

[dependencies.warp]
default-features = false
optional = true
version = "0.3"

[features]
actix-web = ["webhook", "dep:actix-web"]
api = ["chrono", "reqwest", "serde_json", "urlencoding"]
autoposter = ["api", "tokio"]
axum = ["webhook", "async-trait", "serde_json", "dep:axum"]
default = ["api"]
rocket = ["webhook", "dep:rocket"]
warp = ["webhook", "async-trait", "dep:warp"]
webhook = []

[package]
authors = ["null (https://github.com/null8626)", "Top.gg <support@top.gg> (https://top.gg)"]
categories = ["api-bindings", "web-programming::http-client"]
description = "The official Rust wrapper for the Top.gg API"
edition = "2021"
exclude = [".gitattributes", ".github/", ".gitignore", "rustfmt.toml"]
keywords = ["discord", "bots", "topgg", "dbl"]
license = "MIT"
name = "topgg"
readme = "README.md"
repository = "https://github.com/top-gg/rust-sdk"
version = "1.2.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]