ipset_lookup 0.3.0

ipset is a command-line tool that takes networks or IPs and searches through a lot of different threat feeds quickly. It can also download the feed data necessary to perform the queries. ipset_lookup includes the same functionality as a library.
Documentation
[dependencies.clap]
version = "2.0.0"

[dependencies.git2]
optional = true
version = "0.10.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.ipnetwork]
version = "0.16.0"

[dependencies.rayon]
version = "1.3.0"

[features]
bench = []
default = ["bench"]
update = ["git2"]

[package]
authors = ["Taneli Kaivola <tanelikaivola@users.noreply.github.com>"]
categories = ["command-line-utilities", "text-processing"]
description = "ipset is a command-line tool that takes networks or IPs and searches through a lot of different threat feeds quickly.\nIt can also download the feed data necessary to perform the queries.\nipset_lookup includes the same functionality as a library.\n"
edition = "2018"
homepage = "https://github.com/tanelikaivola/ipset-lookup"
license = "MIT"
name = "ipset_lookup"
readme = "README.md"
repository = "https://github.com/tanelikaivola/ipset-lookup"
version = "0.3.0"