# 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 = "notify_discord" version = "0.1.0" description = "discord bot, which watches server files and will notify a user about select changes" license = "MIT" [dependencies.anyhow] version = "1.0.70" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.0" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_derive] version = "1.0.154" [dependencies.serde_json] version = "1.0.94" [dependencies.serenity] version = "0.11.5" features = [ "client", "gateway", "rustls_backend", "model", ] default-features = false [dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ]