# 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 = "airgorah" version = "0.7.3" authors = ["Martin Olivier "] exclude = [ "/.github", "/.fpm", "/Dockerfile", ] description = "A WiFi security auditing software mainly based on aircrack-ng tools suite" homepage = "https://github.com/martin-olivier/airgorah" documentation = "https://github.com/martin-olivier/airgorah/wiki" readme = "README.md" keywords = [ "networking", "pentest", "aircrack-ng", "gui", "linux", ] license = "MIT" repository = "https://github.com/martin-olivier/airgorah" [dependencies.chrono] version = "0.4" [dependencies.csv] version = "1.3" [dependencies.ctrlc] version = "3.4" [dependencies.env_logger] version = "0.11" [dependencies.gtk4] version = "0.8" features = ["v4_6"] [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" features = ["signal"] [dependencies.regex] version = "1.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sudo] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.ureq] version = "2.9" features = ["json"] [dependencies.which] version = "6" [build-dependencies.csv] version = "1" [build-dependencies.serde] version = "1" features = ["derive"]