# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ipgeolocate" version = "0.3.6" authors = ["Grant Handy "] description = "Get IP address geolocation information freely." documentation = "https://docs.rs/ipgeolocate" readme = "README.md" keywords = [ "geolocation", "ip", "locator", "geolocator", "geolocate", ] categories = ["network-programming"] license = "GPL-3.0" repository = "https://github.com/grantshandy/ipgeolocate/" [dependencies.futures] version = "0.3.26" [dependencies.reqwest] version = "0.11" [dependencies.serde_json] version = "1.0.91" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tokio] version = "1.25.0" features = ["full"]