serenity 0.9.1

A Rust library for the Discord API.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.async-tungstenite]
default-features = false
features = ["tokio-runtime"]
optional = true
version = "0.9.3"

[dependencies.audiopus]
optional = true
version = "0.2"

[dependencies.base64]
optional = true
version = "0.13"

[dependencies.bitflags]
version = "1"

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

[dependencies.bytes]
optional = true
version = "0.5"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.command_attr]
optional = true
version = "0.3"

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

[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3"

[dependencies.rand]
optional = true
version = "0.7"

[dependencies.reqwest]
default-features = false
features = ["json", "stream"]
optional = true
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.static_assertions]
optional = true
version = "1.1"

[dependencies.tokio]
default-features = false
features = ["fs", "macros", "rt-core", "sync", "time"]
version = "0.2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
version = "0.2"

[dependencies.typemap_rev]
optional = true
version = "0.1.3"

[dependencies.url]
optional = true
version = "^2.1"

[dependencies.uwl]
optional = true
version = "0.6.0"

[dependencies.xsalsa20poly1305]
optional = true
version = "0.5"
[dev-dependencies.http_crate]
package = "http"
version = "0.2"

[features]
absolute_ratelimits = ["http"]
builder = ["utils"]
cache = []
client = ["http", "typemap_rev"]
collector = ["gateway", "model", "tokio/stream"]
default = ["builder", "cache", "client", "framework", "gateway", "model", "http", "standard_framework", "utils", "rustls_backend"]
default_native_tls = ["builder", "cache", "client", "framework", "gateway", "model", "http", "standard_framework", "utils", "native_tls_backend"]
extras = []
framework = ["client", "model", "utils"]
gateway = ["flate2", "http", "url", "utils"]
http = ["url", "bytes"]
model = ["builder", "http"]
native_tls_backend = ["reqwest/native-tls", "async-tungstenite/tokio-native-tls"]
rustls_backend = ["reqwest/rustls-tls", "async-tungstenite/tokio-rustls"]
standard_framework = ["framework", "uwl", "command_attr", "static_assertions"]
utils = ["base64"]
voice = ["byteorder", "gateway", "audiopus", "rand", "xsalsa20poly1305", "tokio/process", "tokio/udp"]

[package]
authors = ["Alex M. M. <acdenissk69@gmail.com>"]
description = "A Rust library for the Discord API."
documentation = "https://docs.rs/serenity"
edition = "2018"
homepage = "https://github.com/serenity-rs/serenity"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md", "build.rs"]
keywords = ["discord", "api"]
license = "ISC"
name = "serenity"
readme = "README.md"
repository = "https://github.com/serenity-rs/serenity.git"
version = "0.9.1"
[package.metadata.docs.rs]
all-features = true