# 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 = "mrsbfh" version = "0.4.1" authors = ["MTRNord "] description = "A toolkit for writing commandbots more efficient in rust for matrix." readme = "../README.md" keywords = ["matrix", "chat", "framework", "simple", "communication"] categories = ["network-programming"] license = "AGPL-3.0-or-later" repository = "https://github.com/MTRNord/mrsbfh" [dependencies.async-trait] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.matrix-sdk] version = "0.4.1" default_features = false [dependencies.mrsbfh-macros] version = "0.4.0" optional = true [dependencies.pulldown-cmark] version = "0.9.1" optional = true [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt", "rt-multi-thread", "macros"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.2.2" [features] default = ["macros", "native-tls"] macros = ["mrsbfh-macros", "pulldown-cmark"] native-tls = ["matrix-sdk/native-tls"] rustls = ["matrix-sdk/rustls-tls"]