# 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 = "discord" version = "0.8.1" authors = ["Tad Hardesty "] description = "Client library for the Discord API" documentation = "https://docs.rs/discord/0.8.0" readme = "README.md" keywords = ["discord", "chat", "bot", "api", "voice"] license = "MIT" repository = "https://github.com/SpaceManiac/discord-rs" [dependencies.base64-rs] version = "0.1.1" [dependencies.bitflags] version = "0.7" [dependencies.byteorder] version = "0.5" [dependencies.flate2] version = "0.2.14" [dependencies.hyper] version = "0.9" [dependencies.log] version = "0.3" [dependencies.multipart] version = "0.8" features = ["hyper", "client"] default-features = false [dependencies.opus] version = "0.2" optional = true [dependencies.serde_json] version = "0.8" [dependencies.sodiumoxide] version = "0.0.12" optional = true default-features = false [dependencies.time] version = "0.1" [dependencies.websocket] version = "0.17" [features] default = ["voice"] voice = ["opus", "sodiumoxide"]