# 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 = "nominatim" version = "0.3.5" authors = ["Grant Handy "] 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"] [features] default = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]