topgg 1.0.2

The official Rust wrapper for the Top.gg API
[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.6"

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

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

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

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1"

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

[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1"

[dependencies.tokio-native-tls]
optional = true
version = "0.3"

[dependencies.urlencoding]
version = "2"

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

[features]
actix = ["webhook", "actix-web"]
api = ["chrono", "serde_json", "tokio", "tokio-native-tls"]
autoposter = ["api", "tokio/rt", "tokio/sync", "tokio/time"]
axum = ["webhook", "async-trait", "serde_json", "dep:axum"]
default = ["api"]
rocket = ["webhook", "serde_json", "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", ".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.0.2"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]