# 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 = "maxminddb" version = "0.24.0" authors = ["Gregory J. Oschwald "] include = [ "/Cargo.toml", "/benches/*.rs", "/src/**/*.rs", "/README.md", "/LICENSE", ] description = "Library for reading MaxMind DB format used by GeoIP2 and GeoLite2" homepage = "https://github.com/oschwald/maxminddb-rust" documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html" readme = "README.md" keywords = [ "MaxMind", "GeoIP2", "GeoIP", "geolocation", "ip", ] categories = [ "database", "network-programming", ] license = "ISC" repository = "https://github.com/oschwald/maxminddb-rust" [lib] name = "maxminddb" path = "src/maxminddb/lib.rs" [[bench]] name = "lookup" harness = false [dependencies.ipnetwork] version = "0.20.0" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.4" [dependencies.memmap2] version = "0.9.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.fake] version = "2.4" [dev-dependencies.rayon] version = "1.5" [features] default = [] mmap = ["memmap2"] unsafe-str-decode = []