# 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 = "gavel" version = "0.1.0" description = "A matrix moderation bot" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/xiretza/gavel" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.matrix-sdk] version = "0.6.2" features = [ "eyre", "markdown", "e2e-encryption", ] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.shlex] version = "1.1.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.xdg] version = "2.4.1"