# 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 = "2018" name = "rgeo" version = "0.3.0" authors = ["Eric Trombly "] description = "Offline reverse geocoding library using geonames db" readme = "README.md" keywords = [ "reverse", "geocode", "geocoding", "geo", "location", ] license = "MIT OR Apache-2.0" repository = "https://github.com/etrombly/rgeo" [profile.release] lto = true [[bench]] name = "benchmark" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.csv] version = "1.1.6" [dependencies.kiddo] version = "0.2.4" features = ["serialize"] [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.15" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.81" [dev-dependencies.criterion] version = "0.3.5"