# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rs-cord" version = "0.0.0" authors = ["jay3332", "Cryptex"] description = "A high-level Rust crate around the Discord API, aimed to be easy and straight-forward to use." readme = "README.md" keywords = ["discord"] license = "MIT" repository = "https://github.com/jay3332/rs-cord" resolver = "2" [dependencies.reqwest] version = "0.11" features = ["json", "multipart", "stream"] default-features = false [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16" features = ["connect"] default-features = false