fire-scope 0.1.3

This tool is a CLI application and library that collects and aggregates corresponding IP addresses by specifying country codes and AS numbers, and outputs them to a file in TXT or nftables format.It supports RIR file download and whois AS number query, and also has a function to extract overlapping parts of country codes and AS numbers in CIDR units.
Documentation
[[bin]]
name = "fire-scope"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
features = ["derive"]
version = "4.5.35"

[dependencies.futures]
version = "0.3.31"

[dependencies.ipnet]
version = "2.11.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.15"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "process"]
version = "1.44.1"

[lib]
name = "fire_scope"
path = "src/lib.rs"

[package]
authors = ["Neuron Grid <neuron-grid@neuron-grid.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "This tool is a CLI application and library that collects and aggregates corresponding IP addresses by specifying country codes and AS numbers, and outputs them to a file in TXT or nftables format.It supports RIR file download and whois AS number query, and also has a function to extract overlapping parts of country codes and AS numbers in CIDR units."
edition = "2024"
license = "MPL-2.0"
name = "fire-scope"
readme = "README_eng.md"
repository = "https://github.com/Neuron-Grid/fire-scope"
version = "0.1.3"