# 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 = "tag_nominatim" version = "0.1.0" authors = [ "Grant Handy ", "VIAL Sébastien ", ] description = "Bindings to the reverse geocoding API powered by openstreetmap." documentation = "https://docs.rs/nominatim" readme = "README.md" keywords = [ "async", "coordinates", "nominatim", "geocoding", "location", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/grantshandy/nominatim-rs" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.url] version = "2.4" [dev-dependencies.tokio] version = "1.20" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.3" [features] default = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]