# 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 = "ip2location" version = "0.5.3" authors = ["MARIRS "] build = false exclude = [ ".gitignore", "examples", "data", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Find geo information & proxy information based on the given IP using IP2Location BIN databases" homepage = "https://github.com/marirs/rust-ip2location" readme = "README.md" keywords = [ "ip2location", "geoip", "geolocation", "ip", "proxy", ] categories = [ "database", "network-programming", ] license-file = "LICENSE" repository = "https://github.com/marirs/rust-ip2location" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "ip2location" path = "src/lib.rs" [dependencies.memmap2] version = "0.9.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.9.0"