# 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 = "shoot" version = "0.1.1" authors = ["Hunter Wittenborn "] description = "A CLI frontend for Matrix, written in Rust" readme = "README.md" keywords = ["matrix"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/hwittenborn/shoot" [dependencies.clap] version = "4.0.12" features = [ "derive", "env", ] [dependencies.colored] version = "2.0.0" [dependencies.exitcode] version = "1.1.2" [dependencies.hw-msg] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.matrix-sdk] version = "0.6.2" features = [ "e2e-encryption", "markdown", "rustls-tls", "sled", ] default-features = false [dependencies.quit] version = "1.1.4" [dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ]