[package] name = "pub-ip" version = "0.1.0" edition = "2021" authors = ["Enrico C. "] license = "Apache-2.0" description = "A tool to retrieve the public ip of a machine that is behind a NAT" readme = "README.md" homepage = "https://enricoch.gitlab.io/get-ip/" repository = "https://gitlab.com/EnricoCh/get-ip" keywords = ["cli", "ip", "NAT"] categories = ["command-line-utilities"] exclude = [ "public/*", ".gitlab-ci.yml", ] [dependencies] reqwest = { version = "0.11", features = ["blocking", "json"] } clap = { version = "3.1.18", features = ["derive"] }