# 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 = "2021" name = "actix-web-location" version = "0.7.0" description = "A extensible crate to provide location determination for actix-web, using GeoIP or other techniques" homepage = "https://github.com/mozilla-services/common-rs/tree/master/actix-web-location" documentation = "https://docs.rs/actix-web-location" license = "MPL-2.0" repository = "https://github.com/mozilla-services/common-rs" [package.metadata.docs.rs] features = [ "actix-web-v4", "maxminddb", ] [dependencies.actix-web-3] version = "3" optional = true default-features = false package = "actix-web" [dependencies.actix-web-4] version = "4" optional = true default-features = false package = "actix-web" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.cadence] version = "0.29" optional = true [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.maxminddb] version = "0.22" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.actix-rt] version = "2.2" [features] actix-web-v3 = ["actix-web-3"] actix-web-v4 = ["actix-web-4"] maxmind = ["maxminddb"]