# 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 = "ctfd-solve-announcer-discord" version = "0.1.0" description = "A simple webhook based Discord bot to announce CTFd solves" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jordanbertasso/ctfd-solve-announcer-discord" resolver = "2" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.reqwest] version = "0.11.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serenity] version = "0.11" [dependencies.sqlite] version = "0.28.1" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ]