# 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 = "descord" version = "0.1.10" authors = ["The descord contributors"] description = "A minimal discord api wrapper." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/thatmagicalcat/descord" [dependencies.descord-macros] version = "0.1.4" [dependencies.dotenvy] version = "0.15.7" [dependencies.env_logger] version = "0.11.3" [dependencies.futures-util] version = "0.3.30" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.lru] version = "0.12.3" [dependencies.nanoserde] version = "0.1.37" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.26" [dependencies.tokio] version = "1.36.0" features = [ "net", "sync", "time", "rt", "rt-multi-thread", "tokio-macros", "macros", ] [dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"] [dependencies.url] version = "2.5.0" [dependencies.urlencoding] version = "2.1.3"