# 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 = "maxmind_geo_ip2" version = "0.2.5" authors = ["Matthew Phillips "] exclude = [ ".idea/*", "src/bin.rs", "Cargo2.toml", ] description = "a REST API client for the MaxMind GeoIP2 API" homepage = "https://github.com/mtphil/maxmind_geo_ip2" documentation = "https://github.com/mtphil/maxmind_geo_ip2" readme = "README.md" keywords = [ "maxmind", "geo-ip", "geoip", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/mtphil/maxmind_geo_ip2" [dependencies.reqwest] version = "0.11.10" features = [ "rustls", "json", ] [dependencies.reqwest-wasm-ext] version = "0.1.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [badges.maintenance] status = "experimental"