# 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 = "matrix-commander" version = "0.3.1" exclude = [ "todo.txt", ".*", ] publish = true description = "simple but convenient CLI-based Matrix client app for sending and receiving" homepage = "https://github.com/8go/matrix-commander-rs" documentation = "https://docs.rs/matrix-commander" readme = "README.md" keywords = [ "Matrix", "cli", "command-line-tool", "tool", "messaging", ] categories = [ "command-line-utilities", "network-programming", ] license = "GPL-3.0-or-later" repository = "https://github.com/8go/matrix-commander-rs/" [profile.release] lto = true strip = "symbols" [profile.release-tiny] opt-level = "s" inherits = "release" [[bin]] name = "matrix-commander-rs" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "derive", "color", "wrap_help", "unicode", ] [dependencies.colored] version = "2.1" [dependencies.directories] version = "5.0" [dependencies.json] version = "0.12" [dependencies.matrix-sdk] version = "0.6" features = [ "markdown", "anyhow", ] [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" [dependencies.rpassword] version = "7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.37" features = [ "rt-multi-thread", "macros", ] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.update-informer] version = "1.1" [dependencies.url] version = "2.5" features = ["serde"] [dev-dependencies] [badges.maintenance] status = "experimental"