ip2asn-cli 0.1.2

CLI for the ip2asn crate.
[package]
name = "ip2asn-cli"
version = "0.1.2"
edition = "2021"
authors = ["x123 <x123@users.noreply.github.com>"]
license = "MIT"
description = "CLI for the ip2asn crate."
repository = "https://github.com/x123/ip2asn"
homepage = "https://github.com/x123/ip2asn"
documentation = "https://docs.rs/ip2asn"
keywords = ["cli", "ip", "asn", "network", "lookup"]
categories = ["command-line-utilities", "network-programming"]

[[bin]]
name = "ip2asn"
path = "src/main.rs"

[dependencies]
ip2asn = { version = "0.1.2", path = "..", features = ["serde"] }
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", features = ["blocking"] }
indicatif = "0.17"
toml = "0.8"
httpdate = "1.0"
tracing = "0.1"
home = "0.5.11"

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.1"
mockito = "1.4.0"
tempfile = "3.10"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
filetime = "0.2"
flate2 = "1.0"
httpdate = "1.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
rstest = "0.21"
serial_test = "3.0.0"