# 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 = "matrix-bot" version = "0.1.0" authors = ["Andrew Halberstadt "] description = "A skeleton bot framework for the Matrix protocol." license = "MPL-2.0" [lib] path = "src/bot.rs" [dependencies.dirs] version = "^3.0.1" [dependencies.matrix-sdk] version = "0.2.0" features = ["encryption", "sqlite_cryptostore"] [dependencies.tokio] version = "^0.2.0" features = ["rt-threaded", "macros", "time"] [dependencies.tracing-subscriber] version = "^0.2.17" [dependencies.url] version = "^2.2.1" [dev-dependencies.matrix-sdk-test] version = "0.2.0" [dev-dependencies.mockito] version = "^0.30.0"