notbot 0.6.13

Matrix chatbot, primarily used around the Warsaw Hackerspace channels and spaces
Documentation
# 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 = "2024"
name = "notbot"
version = "0.6.13"
authors = ["Ari Gato <ari@is-a.cat>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Matrix chatbot, primarily used around the Warsaw Hackerspace channels and spaces"
homepage = "https://code.hackerspace.pl/ar/notbot"
documentation = "https://docs.rs/notbot/latest/notbot"
readme = "README.md"
keywords = [
    "matrix",
    "bot",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "GPL-2.0"
repository = "https://codeberg.org/arachnist/notbot"

[lib]
name = "notbot"
path = "src/lib.rs"

[[bin]]
name = "notbot"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.askama]
version = "0.14.0"
features = [
    "blocks",
    "code-in-doc",
    "serde_json",
]

[dependencies.axum]
version = "0.8.3"
features = ["macros"]

[dependencies.axum-core]
version = "0.5.2"

[dependencies.bytes]
version = "1.10.1"
features = ["serde"]

[dependencies.console-subscriber]
version = "0.4.1"

[dependencies.convert_case]
version = "0.8.0"
features = ["random"]

[dependencies.crc32fast]
version = "1.4.2"

[dependencies.deadpool-postgres]
version = "0.14.1"
features = [
    "serde",
    "rt_tokio_1",
]

[dependencies.displaydoc]
version = "0.2.5"

[dependencies.expiringmap]
version = "0.1.2"

[dependencies.forgejo-api]
version = "0.7.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body-util]
version = "0.1.3"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.11"

[dependencies.js_int]
version = "0.2.2"

[dependencies.matrix-sdk]
version = "0.11.0"
features = [
    "sqlite",
    "e2e-encryption",
    "anyhow",
    "markdown",
]

[dependencies.mime]
version = "0.3.17"

[dependencies.mlua]
version = "0.10.3"
features = [
    "async",
    "serialize",
    "send",
    "anyhow",
    "userdata-wrappers",
    "luajit",
    "vendored",
    "macros",
]

[dependencies.notbot-axum-oidc]
version = "0.6.0"

[dependencies.openidconnect]
version = ">=3.5"

[dependencies.plotters]
version = "0.3.7"

[dependencies.prometheus]
version = "0.14.0"
features = ["process"]

[dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.217"
features = [
    "derive",
    "serde_derive",
]

[dependencies.serde-this-or-that]
version = "0.5.0"

[dependencies.serde_derive]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.137"

[dependencies.serde_nested_with]
version = "0.2.5"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.time]
version = "0.3.41"
features = [
    "local-offset",
    "macros",
    "serde-human-readable",
]

[dependencies.tokio]
version = "1.43.0"
features = [
    "macros",
    "rt-multi-thread",
    "full",
    "tracing",
]

[dependencies.tokio-metrics-collector]
version = "0.3.1"

[dependencies.tokio-postgres]
version = "0.7.13"

[dependencies.tokio-stream]
version = "0.1.17"
features = ["full"]

[dependencies.toml]
version = "0.8.19"

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-http]
version = "0.6.2"
features = ["fs"]

[dependencies.tower-sessions]
version = "0.14.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.unicode-ellipsis]
version = "0.3.0"

[dependencies.urlencoding]
version = "2.1.3"

[profile.release-lto]
lto = true
inherits = "release"