biodex 0.1.1

Terminal-native species atlas with cached images, range maps, and taxonomy browsing
# 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"
rust-version = "1.85"
name = "biodex"
version = "0.1.1"
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "README.md",
    "assets/biodex-demo.gif",
    "assets/biodex-demo.mp4",
    "assets/biodex.seed.db",
    "assets/curated_animal_sources.json",
    "assets/maps/ne_basemap.png",
    "scripts/build_starter_seed_db.py",
    "scripts/generate_curated_animal_sources.py",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-native species atlas with cached images, range maps, and taxonomy browsing"
homepage = "https://github.com/Jakeelamb/BioDex"
readme = "README.md"
keywords = [
    "biology",
    "taxonomy",
    "species",
    "tui",
    "atlas",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT"
repository = "https://github.com/Jakeelamb/BioDex"

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

[dependencies.ansi-to-tui]
version = "7"

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.csv]
version = "1.3"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25"

[dependencies.indicatif]
version = "0.17"

[dependencies.num_cpus]
version = "1.16"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.ratatui]
version = "0.29"

[dependencies.ratatui-image]
version = "5"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tar]
version = "0.4"

[dependencies.textwrap]
version = "0.16"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.urlencoding]
version = "2"