autoblock 1.1.1

Automatically block SSH brute-force attackers via iptables
# 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 = "autoblock"
version = "1.1.1"
authors = ["Thomas Rega <thoreg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatically block SSH brute-force attackers via iptables"
readme = "README.md"
keywords = [
    "security",
    "fail2ban",
    "firewall",
    "ufw",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/_thoreg/autoblock"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "7"

[dependencies.regex]
version = "1"