# 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 = "discrab" version = "0.5.0" description = "A simple Discord bot wrapper" license = "MIT" repository = "https://github.com/KolCrooks/discrab" [dependencies.async-std] version = "1.10" features = ["tokio1"] [dependencies.async-trait] version = "0.1.52" [dependencies.bitfield] version = "0.13.2" [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.discrab_codegen] version = "0.5.0" [dependencies.futures-util] version = "0.3.19" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.termcolor] version = "1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tungstenite] version = "0.16.1" features = ["native-tls"] [dependencies.url] version = "2.2.2" [dev-dependencies.dotenv] version = "0.15.0"