[package]
name = "fumble"
version = "0.6.1"
authors = ["Borna Cvitanić borna.cvitanic@gmail.com"]
description = "an oxidized implementation of the original clumsy tool, designed to simulate adverse network conditions on Windows systems."
repository = "https://github.com/bornacvitanic/fumble"
license-file = "LICENSE.md"
edition = "2021"
keywords = ["clumsy", "network", "packet", "manipulation", "simulation"]
categories = ["command-line-utilities", "development-tools::testing", "simulation", "network-programming"]
[lib]
name = "fumble"
path = "src/lib.rs"
[[bin]]
name = "fumble"
path = "src/main.rs"
[dependencies]
windivert = { version = "0.6", features = ["vendored"] }
windivert-sys = "0.10.0"
rand = "0.9.0-alpha.2"
clap = { version = "4.5.11", features = ["derive"]}
ratatui = { version = "0.28.0"}
tui-textarea = "0.6.1"
lazy_static = "1.5.0"
ctrlc = "3.2"
regex = "1.10.5"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
dirs = "5.0.1"
env_logger = "0.11.5"
log = "0.4.22"
thiserror = "1.0.63"