[package] name = "matrix-bot" description = "A skeleton bot framework for the Matrix protocol." version = "0.1.0" authors = ["Andrew Halberstadt "] edition = "2018" license = "MPL-2.0" [lib] path = "src/bot.rs" [dependencies] dirs = "^3.0.1" matrix-sdk = {"version" = "0.2.0", features = ["encryption", "sqlite_cryptostore"]} tokio = {"version" = "^0.2.0", features = ["rt-threaded", "macros", "time"]} tracing-subscriber = "^0.2.17" url = "^2.2.1" [dev-dependencies] matrix-sdk-test = "0.2.0" mockito = "^0.30.0"