# 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" name = "zephyrus" version = "0.11.0" authors = ["Alvaro <62391364+AlvaroMS25@users.noreply.github.com>"] description = "A slash-command framework meant to be used with twilight" readme = "README.md" keywords = [ "async", "twilight", "discord", "slash-command", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/AlvaroMS25/vesper" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.twilight-http] version = "0.15" [dependencies.twilight-model] version = "0.15" [dependencies.twilight-util] version = "0.15" features = ["builder"] optional = true [dependencies.twilight-validate] version = "0.15" [dependencies.zephyrus-macros] version = ">=0.11" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [features] bulk = ["dep:twilight-util"] rc = []