# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "geoip-rs" version = "0.6.1" authors = ["Federico Fissore "] description = "geoip-rs provides geographical information about the calling or the specified IP address" homepage = "https://geoip.rs/" readme = "README.md" keywords = ["geoip", "maxmind", "geolocation"] license = "Apache-2.0" repository = "https://github.com/ffissore/geoip-rs" [dependencies.actix-cors] version = "0.2" [dependencies.actix-rt] version = "1" [dependencies.actix-web] version = "2" [dependencies.dotenv] version = "0.15.0" [dependencies.maxminddb] version = "0.13.0" features = ["mmap"] [dependencies.memmap] version = "0.7.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1"