async_geocoding 0.4.0

Geocoding library for Rust
Documentation
# 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"
rust-version = "1.75"
name = "async_geocoding"
version = "0.4.0"
authors = ["The Georust Developers <admins@georust.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Geocoding library for Rust"
readme = "README.md"
keywords = [
    "geocoding",
    "geo",
    "gis",
    "geospatial",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/geocoding"

[features]
default = ["reqwest/default"]
rustls-tls = ["reqwest/rustls-tls"]

[lib]
name = "async_geocoding"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.geo-types]
version = "0.7.8"

[dependencies.num-traits]
version = "0.2"

[dependencies.reqwest]
version = "0.11"
features = [
    "default-tls",
    "json",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]