# 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 = "2018" rust-version = "1.74.0" name = "poise" version = "0.6.1" authors = ["kangalio "] description = "A Discord bot framework for serenity" readme = "README.md" license = "MIT" repository = "https://github.com/serenity-rs/poise/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_nightly", ] [dependencies.async-trait] version = "0.1.48" default-features = false [dependencies.derivative] version = "2.2.0" [dependencies.futures-util] version = "0.3.13" default-features = false [dependencies.parking_lot] version = "0.12.1" [dependencies.poise_macros] version = "0.6.1" [dependencies.regex] version = "1.6.0" features = ["std"] default-features = false [dependencies.serenity] version = "0.12.0" features = [ "builder", "client", "gateway", "model", "utils", "collector", "framework", ] default-features = false [dependencies.tokio] version = "1.25.1" default-features = false [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.fluent] version = "0.16.0" [dev-dependencies.fluent-syntax] version = "0.11" [dev-dependencies.futures] version = "0.3.13" default-features = false [dev-dependencies.intl-memoizer] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.25.1" features = ["rt-multi-thread"] [features] cache = ["serenity/cache"] chrono = ["serenity/chrono"] collector = [] default = [ "serenity/rustls_backend", "cache", "chrono", "handle_panics", ] handle_panics = []