ip-parser 0.1.2

ips is a terminal command line tool that parses and filters provided ip addresses. supports whitelisting and blacklisting using provided CIDRs.
[[bin]]
name = "ips"
path = "src/main.rs"
[dependencies.ipnetwork]
version = "0.18.0"

[dependencies.itertools]
version = "0.10.3"

[dependencies.structopt]
version = "0.3.26"

[package]
description = "ips is a terminal command line tool that parses and filters provided ip addresses. supports whitelisting and blacklisting using provided CIDRs."
edition = "2021"
homepage = "https://shell.rip/ips.html"
license-file = "LICENSE.md"
name = "ip-parser"
resolver = "2"
version = "0.1.2"