[package] name = "my_public_ip" version = "0.1.0" authors = ["Adam Kloboucnik "] edition = "2018" description = "Crate for getting your machine's public IP address" license = "MIT" repository = "https://gitlab.com/akloboucnik/my_public_ip" [dependencies] lazy_static = "1.1" trust-dns-resolver = "0.10" rand = "0.5" curl = "0.4" [badges] gitlab = { repository = "akloboucnik/my_public_ip", branch = "master" }