[package] name = "pretty_ip" version = "0.1.1" authors = ["Patrick Beagan "] edition = "2018" license = "MIT" description = "Prints an ip address in an easily scannable form. Multiple formats are included. By default, it will print the local ip address." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.1.1", features = ["derive"] } local-ip-address = "0.5.1" regex = "1.7.1"