# 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 = "cargo-arps" version = "0.3.2" include = [ "/Packet.lib", "src", "Cargo.toml", "LICENSE", "README.md", ] description = "a arp tool on windows" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jm-observer/cargo-arps.git" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.custom-utils] version = "0.10.12" [dependencies.log] version = "0.4.17" [dependencies.pnet] version = "0.34.0" features = ["std"] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.surge-ping] version = "0.8.0" [dependencies.tokio] version = "1.23.0" features = [ "net", "macros", "rt-multi-thread", "rt", ]