# 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 = "claim-ip" version = "1.1.1" authors = ["Justin Ossevoort "] description = "Claim an IP-address on a network by responding to ARP requests" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/internetionals/claim-ip" [dependencies.env_logger] version = "0.9" [dependencies.eui48] version = "1.1.0" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.23" [dependencies.structopt] version = "0.3.21"