# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "potnet" version = "0.4.4" authors = ["Luca Pizzamiglio "] description = "Command line utilities needed by the pot framework" readme = "README.md" keywords = ["FreeBSD"] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/pizzamig/potnet" [profile.release] lto = true [[bin]] name = "potcpu" path = "src/bin/potcpu.rs" [dependencies.anyhow] version = "1" [dependencies.ipnet] version = "2" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.pot-rs] version = "=0.5.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.structopt-flags] version = "^0.3" features = ["simplelog"] [dependencies.thiserror] version = "1" [dependencies.walkdir] version = "2"