whatismyip 0.2.4

What is my (public) IP?
[[bin]]
name = "whatismyip"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5.51"

[dependencies.clap-cargo]
version = "0.18.3"

[dependencies.public-ip]
version = "0.2.2"

[dependencies.tokio]
features = ["macros"]
version = "1.48.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "What is my (public) IP?"
edition = "2021"
license = "MIT"
name = "whatismyip"
readme = "README.md"
repository = "https://github.com/qtfkwk/whatismyip"
version = "0.2.4"