geo-coding 0.1.0

Offline reverse geocoder that uses files derived from OSM data.
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 = "2024"
name = "geo-coding"
version = "0.1.0"
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md",
    "katex-header.html",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline reverse geocoder that uses files derived from OSM data."
homepage = "https://github.com/igankevich/geo-coding"
documentation = "https://docs.rs/geo-coding"
readme = "README.md"
keywords = [
    "location",
    "latitude",
    "longitude",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/igankevich/geo-coding"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--html-in-header",
    "katex-header.html",
]

[features]
std = []

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

[dev-dependencies.arbitrary]
version = "1.4.2"
features = ["derive"]

[dev-dependencies.arbtest]
version = "0.3.2"