# 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 = "reverse_geocoder" version = "4.1.1" authors = ["Grant Miner "] include = [ "**/*.rs", "cities.csv", "Cargo.toml", ] description = "Offline reverse geocoder library." readme = "README.md" keywords = [ "reverse", "geocoding", "geocoder", "location", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/gx0r/rrgeo" [lib] name = "reverse_geocoder" path = "src/reverse_geocoder.rs" [[bench]] name = "benchmark" harness = false [dependencies.csv] version = "^1.3.0" [dependencies.kiddo] version = "^4.2.0" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.197" [dev-dependencies.criterion] version = "^0.5.1" [dev-dependencies.lazy_static] version = "^1.4"