# 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 = "discord_channel_cleaner" version = "0.1.2" authors = ["Phil Baum "] description = "Deletes messages (optional keep images) in discord channels. " homepage = "https://github.com/philphilphil/discord_channel_cleaner" readme = "README.md" keywords = ["discord"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/philphilphil/discord_channel_cleaner" [dependencies.anyhow] version = "1.0.68" [dependencies.config] version = "0.13.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serenity] version = "0.11.5" features = [ "client", "gateway", "rustls_backend", "model", "time", ] default-features = false [dependencies.tokio] version = "1.21" features = [ "macros", "signal", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"