# 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.8" authors = ["Taneli Kaivola "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" keywords = [ "blocklists", "threat-feed", "threat-intel", "cti", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/tanelikaivola/ipset-lookup" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "ipset_lookup" path = "src/lib.rs" [[bin]] name = "ipset" path = "src/bin/ipset.rs" [[bin]] name = "ipset-zmq" path = "src/bin/ipset-zmq.rs" required-features = ["microservice"] [[example]] name = "zmq_lookup" path = "examples/zmq_lookup.rs" [[test]] name = "smoke" path = "tests/smoke.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.5.20" features = [ "derive", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.git2] version = "0.19.0" optional = true [dependencies.glob] version = "0.3.0" [dependencies.ipnetwork] version = "0.20.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", ] git2 = ["dep:git2"] microservice = ["zmq"] update = ["git2"] vendored-zmq = ["zmq/vendored"] windows-all = [ "bench", "update", ] [badges.travis-ci] branch = "master" repository = "tanelikaivola/ipset-lookup"