# 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 = "ipset_lookup" version = "0.4.6" authors = ["Taneli Kaivola "] default-run = "ipset" description = """ 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. """ homepage = "https://github.com/tanelikaivola/ipset-lookup" readme = "README.md" categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/tanelikaivola/ipset-lookup" [profile.release] lto = true [[bin]] name = "ipset-zmq" required-features = ["microservice"] [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "2.0.0" [dependencies.git2] version = "0.10.0" optional = true [dependencies.glob] version = "0.3.0" [dependencies.ipnetwork] version = "0.16.0" [dependencies.rayon] version = "1.3.0" [dependencies.thiserror] version = "1.0.38" default-features = false [dependencies.zmq] version = "0.9" features = ["vendored"] optional = true [features] bench = [] default = [ "bench", "update", ] microservice = ["zmq"] update = ["git2"] vendored-zmq = ["zmq/vendored"] windows-all = [ "bench", "update", ] [badges.travis-ci] branch = "master" repository = "tanelikaivola/ipset-lookup"