# 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 = "tranquil" version = "0.2.0" authors = ["Possseidon "] description = "A module framework for Discord bots with slash commands, based on serenity." readme = "README.md" keywords = [ "bot", "commands", "discord", "framework", "serenity", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Possseidon/tranquil" resolver = "1" [dependencies.bounded-integer] version = "0.5.3" features = ["types"] [dependencies.dotenvy] version = "0.15.5" [dependencies.enumset] version = "1.0" [dependencies.futures] version = "0.3.23" features = ["async-await"] default-features = false [dependencies.serde] version = "1.0" default-features = false [dependencies.serde-tuple-vec-map] version = "1.0" default-features = false [dependencies.serde_yaml] version = "0.9.13" [dependencies.serenity] version = "0.11.5" features = [ "client", "gateway", "model", "rustls_backend", ] default-features = false [dependencies.tokio] version = "1.21" features = ["signal"] default-features = false [dependencies.tranquil-macros] version = "0.2.0" [dev-dependencies.indoc] version = "1.0" [dev-dependencies.tokio] version = "1.21" features = ["rt-multi-thread"] default-features = false