colonizer 0.1.0

Catalogue of Life (ChecklistBank) client + CLI: search usages, browse tree, vernacular names, and an Inspire mode for crate-name ideas (with Wikipedia summaries).
Documentation
[package]
name = "colonizer"
version = "0.1.0"
edition = "2024"
description = "Catalogue of Life (ChecklistBank) client + CLI: search usages, browse tree, vernacular names, and an Inspire mode for crate-name ideas (with Wikipedia summaries)."
readme = "README.md"
repository = "https://github.com/oolonek/colonizer"
homepage = "https://github.com/oolonek/colonizer"
documentation = "https://docs.rs/colonizer"
license = "MIT OR Apache-2.0"
keywords = ["catalogue-of-life", "checklistbank", "taxonomy", "cli", "api"]
categories = ["science", "command-line-utilities", "api-bindings"]

# Only ship sources and docs — exclude large local datasets or artifacts
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]

[dependencies]
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.5", features = ["derive"] }
thiserror = "1.0"
url = "2.5"
indicatif = "0.17"
rand = "0.8"
percent-encoding = "2.3"
unicode-normalization = "0.1.24"