# 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 = "geoip2" version = "0.1.7" authors = ["IncSW "] exclude = ["testdata"] description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2" homepage = "https://github.com/IncSW/geoip2-rs" documentation = "https://docs.rs/geoip2" readme = "README.md" keywords = [ "MaxMind", "GeoIP2", "GeoIP", "geolocation", "ip", ] categories = [ "database", "network-programming", ] license = "MIT" repository = "https://github.com/IncSW/geoip2-rs" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [[test]] name = "geoip" [[test]] name = "dbip" [[bench]] name = "geoip" [dependencies.geoip2-codegen] version = "0.1.5" [dev-dependencies.maxminddb] version = "0.24.0" [features] default = [] unsafe-str = []