serenity 0.5.7

A Rust library for the Discord API.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "serenity"
version = "0.5.7"
authors = ["alex <acdenissk69@gmail.com>", "Zeyla Hellyer <hi@zeyla.me>"]
description = "A Rust library for the Discord API."
homepage = "https://github.com/serenity-rs/serenity"
documentation = "https://docs.rs/serenity"
readme = "README.md"
keywords = ["discord", "api"]
license = "ISC"
repository = "https://github.com/serenity-rs/serenity.git"
[package.metadata.docs.rs]
all-features = true
[dependencies.base64]
version = "~0.9"
optional = true

[dependencies.bitflags]
version = "^1.0"

[dependencies.byteorder]
version = "^1.2"
optional = true

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

[dependencies.evzht9h3nznqzwl]
version = "0.0.3"
features = ["sync-ssl"]
optional = true
default-features = false

[dependencies.flate2]
version = "^1.0"
optional = true

[dependencies.hyper]
version = "~0.10"
optional = true

[dependencies.hyper-native-tls]
version = "0.2.4"
optional = true

[dependencies.lazy_static]
version = "^1.0"
optional = true

[dependencies.log]
version = "~0.4"

[dependencies.multipart]
version = "0.13"
features = ["client", "hyper", "safemem"]
optional = true
default-features = false

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

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

[dependencies.parking_lot]
version = "^0.5"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"

[dependencies.sodiumoxide]
version = "0.0.14"
optional = true
default-features = false

[dependencies.threadpool]
version = "~1.7"
optional = true

[dependencies.typemap]
version = "~0.3"
optional = true
[dev-dependencies.matches]
version = "0.1.6"

[features]
builder = ["utils"]
cache = ["lazy_static"]
client = ["gateway", "http", "lazy_static", "threadpool", "typemap"]
default = ["builder", "cache", "client", "framework", "gateway", "model", "http", "standard_framework", "utils"]
extras = []
framework = ["client", "model", "utils"]
gateway = ["flate2", "http", "websocket", "utils"]
http = ["hyper", "hyper-native-tls", "lazy_static", "multipart", "native-tls"]
model = ["builder", "http"]
standard_framework = ["framework"]
utils = ["base64"]
voice = ["byteorder", "gateway", "opus", "sodiumoxide"]
websocket = ["evzht9h3nznqzwl"]