[package] name = "geoip-api" description = "geoip-api provides geographical information about the specified IP address with an auto-updating database" version = "0.7.1" authors = ["Matthew Wynn "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/m-wynn/geoip-api" keywords = ["geoip", "maxmind", "geolocation"] [dependencies] actix-cors = "0.2" actix-rt = "1" actix-web = "2" actix-web-prom = "0.2" chrono = "0.4" dotenv = "0.15" env_logger = "0.7" flate2 = "1.0" log = "0.4" maxminddb = { version = "0.13.0", features = ["mmap"] } md5 = "0.7" prometheus = "0.8" reqwest = "0.10" serde = "1" serde_derive = "1" serde_json = "1" structopt = "0.3" thiserror = "1.0" tokio = "0.2"