[package] name = "iplookup" version = "0.1.0" authors = ["Nick Parker "] license = "GPL-3.0+" edition = "2021" readme = "README-CRATES.md" description = "Queries a STUN server for your public IP" repository = "https://sr.ht/~nickbp/iplookup/" [dependencies] anyhow = "1.0" bytecodec = "0.4" rand = "0.8" stun_codec = "0.1"