publicip 0.1.0

Get the public ipv4 or ipv6 address
Documentation
[[bin]]
doc = false
name = "publicip"
path = "src/bin/publicip.rs"
required-features = ["exe"]
[dependencies.anyhow]
version = "1.0.34"

[dependencies.async-std]
features = ["attributes"]
version = "1.7.0"

[dependencies.surf]
version = "2.1.0"

[features]
default = ["exe"]
exe = []

[package]
authors = ["Prabir Shrestha <mail@prabir.me>"]
description = "Get the public ipv4 or ipv6 address"
edition = "2018"
license = "MIT"
name = "publicip"
repository = "https://github.com/prabirshrestha/publicip.rs"
version = "0.1.0"