# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mxadm" version = "0.1.2" authors = ["Jez Cope "] exclude = ["envrc.sample", "flake.nix", "flake.lock"] description = "A simple CLI interface to basic Matrix room admin tasks" homepage = "https://tildegit.org/petrichor/mxadm" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://tildegit.org/petrichor/mxadm" [dependencies.anyhow] version = "1.0.41" [dependencies.clap] version = "2.33.3" [dependencies.directories] version = "3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.matrix-sdk] version = "0.3.*" [dependencies.rpassword] version = "5.0" [dependencies.ruma-client-api] version = "0.11.*" [dependencies.ruma-events] version = "0.23.*" [dependencies.ruma-identifiers] version = "0.19.*" [dependencies.serde] version = "1.0" [dependencies.serde-lexpr] version = "0.1.0" [dependencies.tokio] version = "^1.8.2" features = ["full"]