fetch-ccip 0.3.0

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.
Documentation
[[bin]]
name = "fet-ip"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.40"

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

[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"]
version = "1.44.1"

[lib]
name = "fetch_ccip"
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."
documentation = "https://docs.rs/fetch-ccip"
edition = "2024"
homepage = "https://github.com/Neuron-Grid/fetch-ccip"
license = "MIT"
name = "fetch-ccip"
readme = "README.md"
repository = "https://github.com/Neuron-Grid/fetch-ccip"
version = "0.3.0"