Eris/Cargo.toml
NotAShelf 150f632fb8
chore: bump dependencies
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia2537b41147373d94e08325e8540bf906a6a6964
2026-03-01 00:36:43 +03:00

23 lines
584 B
TOML

[package]
name = "eris"
description = "Sophisticated HTTP tarpit and honeypot stream"
authors = ["NotAShelf <raf@notashelf.dev"]
version = "0.1.1"
edition = "2024"
[dependencies]
actix-web = "4.11.0"
clap = { version = "4.5.51", features = ["derive"] }
chrono = "0.4.42"
futures = "0.3.31"
ipnetwork = "0.21.1"
lazy_static = "1.5.0"
prometheus = "0.14.0"
prometheus_exporter = "0.8.5"
rand = "0.9.2"
rlua = "0.20.1"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
tokio = { version = "1.28.0", features = ["full"] }
log = "0.4.28"
env_logger = "0.11.8"