# 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 = "serenity_ctrlc" version = "0.3.0" authors = ["Yehuthith "] description = "Ctrl+C handler for serenity." keywords = [ "discord", "serenity", "sigkill", "ctrlc", "sigint", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/serenity_ctrlc" resolver = "2" [[example]] name = "example" [dependencies.ctrlc] version = "3.2.1" [dependencies.serenity] version = ">=0.10.10, <0.12.0" features = [ "rustls_backend", "gateway", "client", "model", ] default-features = false [dependencies.tokio] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"]