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