# 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 = "bebot" version = "0.2.2" authors = ["Brian J. Tarricone "] exclude = [".gitea/*"] description = "Gitlab webhook bot that publishes events to Matrix" homepage = "https://git.spurint.org/kelnos/bebot" readme = "README.md" keywords = [ "gitlab", "matrix", "bot", "webhook", ] categories = ["development-tools"] license = "GPL-3.0" repository = "https://git.spurint.org/kelnos/bebot" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.constant_time_eq] version = "0.3" [dependencies.dateparser] version = "0.2" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.log] version = "0.4" features = ["std"] [dependencies.matrix-sdk] version = "0.6" features = [ "anyhow", "markdown", "rustls-tls", ] default-features = false [dependencies.quick-xml] version = "0.30" features = ["serialize"] [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "tokio-rustls", "rustls-tls-native-roots", "gzip", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_regex] version = "1" [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] default-features = false [dependencies.warp] version = "0.3"