Files
watchman/Cargo.toml

31 lines
974 B
TOML
Raw Normal View History

2025-09-17 12:13:02 -04:00
[package]
name = "watchman"
version = "0.2.2"
edition = "2021"
description = "Detect and Act on unauthorized access of any kind from any source."
authors = ["jkoontsiii@gmail.com"]
license = "MIT"
2025-09-17 12:14:53 -04:00
repository = "https://github.com/helloimalemur/watchman"
2025-09-17 12:13:02 -04:00
keywords = ["file-integrity", "filesystem-integirty", "change-detection", "watchman"]
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.5"
actix-web = "4.10.2"
anyhow = "1.0.97"
blake3 = "1.6.1"
chrono = "0.4.40"
clap = { version = "4.5.32", features = ["derive"] }
config = "0.15.11"
discord-webhook-lib = "0.2.1"
filesystem-hashing = "0.3.4"
httping = "0.1.9"
mime = "0.3.17"
netstat = "0.7.0"
prometheus = { version = "0.13.4" }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.44.1", features = ["rt", "rt-multi-thread", "macros"] }
walkdir = "2.5.0"
whoami = "1.5.2"
lazy_static = "1.5.0"