[package] name = "rs-cord" version = "0.0.0" edition = "2021" authors = [ "jay3332", "Cryptex", ] keywords = [ "discord", ] license = "MIT" readme = "README.md" repository = "https://github.com/jay3332/rs-cord" description = "A high-level Rust crate around the Discord API, aimed to be easy and straight-forward to use." [dependencies.reqwest] version = "0.11" default-features = false features = ["json", "multipart", "stream"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16" default-features = false features = ["connect"]