[package] name = "my_internet_ip" version = "0.1.1" authors = ["Philipp Ludwig "] repository = "https://gitlab.com/philippludwig/my-internet-ip.git" homepage = "https://gitlab.com/philippludwig/my-internet-ip" keywords = ["internet", "ip"] categories = ["network-programming", "web-programming"] license = "MIT" description = "Retrieve the public IP of the machine your app runs on." readme = "README.md" [dependencies] curl = "0.4.11" [badges] maintenance = { status = "passively-maintained" }