# 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 = "autovoice" version = "0.1.0" authors = ["kpcyrd "] description = "irc moderation bot to auto-grant +v in a channel" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/kpcyrd/autovoice" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.6" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.1.2" [dependencies.env_logger] version = "0.10.0" [dependencies.fastrand] version = "1.9.0" [dependencies.futures] version = "0.3.26" [dependencies.irc] version = "0.15.0" features = ["tls-rust"] default-features = false [dependencies.log] version = "0.4.17" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt-multi-thread", ]