# 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 = "dns-geolocation-checker" version = "0.2.1" description = "A tool to check the geolocation of a domain based on its DNS records." homepage = "https://github.com/single9/dns-geolocation-checker" readme = "README.md" keywords = ["tool"] license = "MIT" repository = "https://github.com/single9/dns-geolocation-checker" [[bin]] name = "dns-geo-checker" path = "src/bin/dns_geo_checker.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.futures] version = "0.3.30" [dependencies.hickory-client] version = "0.24.1" [dependencies.hickory-proto] version = "0.24.1" [dependencies.hickory-resolver] version = "0.24.1" [dependencies.maxminddb] version = "0.24.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = ["json"] optional = true [dependencies.serde] version = "1.0.204" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14" [features] default = ["mmdb"] full = [ "ip-api", "mmdb", ] ip-api = ["reqwest"] mmdb = ["maxminddb"]