# 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-notify" version = "0.4.2" description = "A command line tool for sending messages to matrix chatrooms." readme = "README.md" keywords = [ "matrix", "chat", ] license = "MIT" repository = "https://github.com/dennis-lawter/matrix-notify" [[bin]] name = "matrix-notify" test = true [dependencies.assert_cmd] version = "2.0.12" [dependencies.clap] version = "4.3.17" features = [ "derive", "cargo", ] [dependencies.mockito] version = "1.1.0" [dependencies.predicates] version = "3.0.3" [dependencies.reqwest] version = "0.11.18" features = [ "json", "native-tls", ] [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.toml] version = "0.7.6" [dev-dependencies.fake] version = "2.6.1" [dev-dependencies.matches] version = "0.1.10" [dev-dependencies.serial_test] version = "2.0.0" features = ["file_locks"] [dev-dependencies.tempfile] version = "3.7.0"