whatismyip 0.1.1

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = 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.1.1"