genom 2.0.0

Fast reverse geocoding with enriched location 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"
rust-version = "1.85"
name = "genom"
version = "2.0.0"
authors = ["tn3w <tn3w@protonmail.com>"]
build = "build.rs"
exclude = [
    "data/",
    "target/",
    "build/cache/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast reverse geocoding with enriched location data"
homepage = "https://genom.tn3w.dev"
documentation = "https://docs.rs/genom"
readme = "README.md"
keywords = [
    "geocoding",
    "reverse-geocoding",
    "location",
    "geonames",
    "coordinates",
]
categories = [
    "algorithms",
    "data-structures",
    "science::geo",
]
license = "Apache-2.0"
repository = "https://github.com/tn3w/genom"

[package.metadata.funding]
buy_me_a_coffee = "tn3w"
url = "https://www.buymeacoffee.com/tn3w"

[features]
default = []
no-build-database = []

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

[[bin]]
name = "genom"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.rustc-hash]
version = "2.1"

[build-dependencies.rustc-hash]
version = "2.1"

[build-dependencies.shapefile]
version = "0.8"

[build-dependencies.ureq]
version = "3.3"

[build-dependencies.zip]
version = "8.6"
features = ["deflate"]
default-features = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"