[[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
description = "CLI application to retrieve the latest address allocation file provided by the RIR and output the IPv4/v6 address blocks corresponding to the specified country code in a text file."
edition = "2024"
license = "MPL-2.0"
name = "fire-scope"
readme = "README_eng.md"
repository = "https://github.com/Neuron-Grid/fire-scope"
version = "0.1.1"