panda 0.5.1

An async Rust library for Discord
Documentation
[dependencies.async-std]
optional = true
version = "1.6.0"

[dependencies.async-tls]
optional = true
version = "0.7.0"

[dependencies.async-tungstenite]
version = "0.5.0"

[dependencies.flate2]
default-features = false
features = ["zlib"]
version = "1.0.13"

[dependencies.futures]
version = "0.3.3"

[dependencies.isahc]
features = ["json"]
version = "0.9.1"

[dependencies.log]
version = "0.4.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1.5"

[dependencies.tokio]
features = ["time", "tcp"]
optional = true
version = "0.2.21"

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

[dependencies.url]
version = "2.1.0"

[features]
async-std-runtime = ["async-std", "async-tls", "async-tungstenite/async-std-runtime", "async-tungstenite/async-tls"]
default = ["tokio-runtime"]
tokio-runtime = ["tokio", "tokio-tls", "async-tungstenite/tokio-runtime", "async-tungstenite/tokio-tls"]

[package]
authors = ["Diego BarrĂ­a <dbarriapaiva@gmail.com>"]
description = "An async Rust library for Discord"
edition = "2018"
keywords = ["discord", "async", "tokio", "async-std"]
license = "MIT OR Apache-2.0"
name = "panda"
readme = "README.md"
repository = "https://github.com/xyaman/panda"
version = "0.5.1"