# 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" rust-version = "1.65.0" name = "geoip-http" version = "0.3.0" authors = ["Chris Down "] description = "GeoIP lookup server over HTTP" readme = "README.md" keywords = [ "geoip", "maxmind", "geolocation", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/cdown/geoip-http" [dependencies.anyhow] version = "1.0.71" [dependencies.async-rwlock] version = "1.3.0" [dependencies.axum] version = "0.6.18" default-features = false [dependencies.axum-client-ip] version = "0.4.1" [dependencies.clap] version = "4.3.1" features = [ "std", "derive", ] default-features = false [dependencies.http] version = "0.2.9" [dependencies.maxminddb] version = "0.23.0" features = ["mmap"] default-features = false [dependencies.once_cell] version = "1.18.0" default-features = false [dependencies.serde] version = "1.0.163" default-features = false [dependencies.serde_json] version = "1.0.96" default-features = false [dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", "signal", ] default-features = false [dependencies.tower-http] version = "0.4.0" features = ["trace"] default-features = false [dependencies.tracing] version = "0.1.37" default-features = false [dependencies.tracing-attributes] version = "0.1.24" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "ansi", "smallvec", ] default-features = false