# 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 = "2018" name = "dhcplayer" version = "0.1.9" authors = ["Eloy PĂ©rez "] description = "A tool to play and attack DHCP" readme = "README.md" license = "AGPL-3.0" repository = "https://gitlab.com/Zer1t0/dhcplayer" [dependencies.clap] version = "2.33" [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.pnet] version = "0.33" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.stderrlog] version = "0.4"