# 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 = "disrust" version = "0.1.0-alpha" description = "Library for creating discord bots in rust" readme = "README.md" keywords = [ "discord", "rust", "bots", ] license = "MIT" repository = "https://github.com/coffee-is-power/disrust" resolver = "2" [dependencies.const_format] version = "0.2.25" [dependencies.futures-util] version = "0.3.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.11" features = [ "blocking", "native-tls", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.tokio-tungstenite] version = "0.17.1" features = ["native-tls"]