genom 1.0.1

Fast reverse geocoding with additional 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 = "2021"
name = "genom"
version = "1.0.1"
authors = ["tn3w <tn3w@protonmail.com>"]
build = "build.rs"
exclude = [
    "data/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast reverse geocoding with additional location data"
homepage = "https://genom.tn3w.dev"
documentation = "https://genom.tn3w.dev/docs"
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"

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

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

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

[dependencies.bincode]
version = "2.0"

[dependencies.chrono]
version = "0.4"

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

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

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

[build-dependencies.bincode]
version = "2.0"

[build-dependencies.reqwest]
version = "0.13"
features = ["blocking"]

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

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

[build-dependencies.zip]
version = "7.4"