mattermost-bot 0.3.1

Create a Mattermost bot that listens and responds to commands
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 = "mattermost-bot"
version = "0.3.1"
authors = ["Patryk Sidzina <patryk.sidzina+mmb@gmail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create a Mattermost bot that listens and responds to commands"
homepage = "https://github.com/patryk-s/mattermost-bot"
readme = "README.md"
keywords = [
    "mattermost",
    "client",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/patryk-s/mattermost-bot"

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

[[example]]
name = "admins"
path = "examples/admins.rs"

[[example]]
name = "result"
path = "examples/result.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.mattermost_api]
version = "0.8.1"
features = [
    "rustls",
    "ws-keep-alive",
]
default-features = false

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.tokio]
version = "1.45.1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-logfmt]
version = "0.3.5"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]
default-features = false