[package] name = "ipku" version = "0.0.1" authors = ["Zakiego "] description = "Check my IP address" homepage = "https://github.com/zakiego/ipku" repository = "https://github.com/zakiego/ipku" keywords = ["cli", "ip"] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.21" exitfailure = "0.5.1" reqwest = { version = "0.11.0", features = ["json"] } serde = "1.0.119" serde_json = "1.0.61" serde_derive = "1.0.119" tokio = { version = "1.0.2", features = ["full"] }