# 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 = "slashook" version = "0.4.0" authors = ["Tonkku"] description = "A webhook-based Discord slash command library" readme = "README.md" keywords = [ "discord", "webhook", "slash-commands", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/tonkku107/slashook" [dependencies.anyhow] version = "^1.0.86" [dependencies.bitflags] version = "^2.5.0" [dependencies.chrono] version = "^0.4.38" features = ["serde"] [dependencies.common-multipart-rfc7578] version = "^0.6.0" [dependencies.hex] version = "^0.4.3" [dependencies.reqwest] version = "^0.12.4" features = [ "json", "multipart", ] [dependencies.ring] version = "^0.17.8" [dependencies.rocket] version = "^0.5.1" [dependencies.serde] version = "^1.0.203" [dependencies.serde_json] version = "^1.0.117" [dependencies.serde_repr] version = "^0.1.19" [dependencies.slashook-macros] version = "=0.4.0" [dependencies.thiserror] version = "^1.0.61" [dependencies.tokio-util] version = "^0.7.11" features = ["io"]