reaction-plugin 1.0.0

Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)
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 = "reaction-plugin"
version = "1.0.0"
authors = ["ppom <reaction@ppom.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin interface for reaction, a daemon that scans logs and takes action (alternative to fail2ban)"
homepage = "https://reaction.ppom.me"
readme = false
keywords = [
    "security",
    "sysadmin",
    "logs",
    "monitoring",
    "plugin",
]
categories = ["security"]
license = "AGPL-3.0"
repository = "https://framagit.org/ppom/reaction"

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

[dependencies.chrono]
version = "0.4.38"
features = [
    "std",
    "clock",
    "serde",
]

[dependencies.remoc]
version = "0.18.3"

[dependencies.serde]
version = "1.0.203"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.117"
features = ["arbitrary_precision"]

[dependencies.tokio]
version = "1.40.0"
features = [
    "io-std",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.12"
features = ["rt"]