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