geodb-cli 0.1.6

Command-line interface for the geodb-core geographic database.
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 = "geodb-cli"
version = "0.1.6"
authors = ["Holger Trahe"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the geodb-core geographic database."
homepage = "https://github.com/holg/geodb-rs"
readme = "README.md"
keywords = [
    "geodb",
    "geo",
    "countries",
    "regions",
    "cities",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/holg/geodb-rs"

[features]
builder = ["geodb-core/builder"]
compact = ["geodb-core/compact"]
default = [
    "builder",
    "compact",
    "json",
    "search_blobs",
]
json = ["geodb-core/json"]
legacy_model = ["geodb-core/legacy_model"]
search_blobs = ["geodb-core/search_blobs"]
use_smolstr = ["geodb-core/use_smolstr"]

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

[[bin]]
name = "geodb-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.geodb-core]
version = "0.1"
default-features = false