# 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 = "edisch" version = "0.2.0" authors = ["gw31415 "] description = "Tool to change Discord channel names in bulk with your $EDITOR" readme = "README.md" keywords = [ "cli", "vim", "discord", "text-editor", ] categories = ["command-line-interface"] license = "Apache-2.0" repository = "https://github.com/gw31415/edisch" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.clap_complete] version = "4.5.7" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" [dependencies.regex] version = "1.10.5" [dependencies.scopeguard] version = "1.2.0" [dependencies.serenity] version = "0.12.2" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.unicode-width] version = "0.1.13"