[package] name = "ipinfo-cli" license = "MIT" version = "0.1.2" edition = "2021" author = ["kremilly"] keywords = ["ipinfo", "ip-geolocation", "geolocation", "ip"] description = "Empower your IP data retrieval tasks by leveraging Rust's capabilities to effortlessly extract comprehensive IP information from URLs, enhancing efficiency and precision in data processing workflows." repository = "https://github.com/kremilly/IPInfo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ipgeolocate = "0.3.6" tokio = { version = "1.37.0", features = ["full"] }