ublx 0.2.2

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
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.95"
name = "ublx"
version = "0.2.2"
authors = ["AHurowitz <latkaindustries@gmail.com>"]
build = "build.rs"
include = [
    "/src/**",
    "/tests/**",
    "/docs/**",
    "/assets/**",
    "/Formula/**",
    "/.github/**",
    "/.vscode/**",
    "/build.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
    "/cspell.json",
    "/.mise.toml",
    "/.ublx.toml",
    "/.gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes."
homepage = "https://ublx.dev/"
documentation = "https://docs.rs/ublx"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "file-manager",
    "file-browser",
]
categories = [
    "command-line-utilities",
    "database",
    "development-tools",
    "text-processing",
    "visualization",
]
license = "MIT or Apache-2.0"
repository = "https://github.com/Latka-Industries/UBLX"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true

[features]
default = ["zahir-netcdf"]
ui = ["dep:rust-embed"]
zahir-netcdf = ["zahirscan/netcdf"]

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

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

[[test]]
name = "suite"
path = "tests/suite/mod.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.axum]
version = "0.8"

[dependencies.blake3]
version = "1.8.5"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3.1.1"

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.4.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.image]
version = "0.25"

[dependencies.lofty]
version = "0.24.0"

[dependencies.log]
version = "0.4.31"

[dependencies.nefaxer]
version = "0.1.12"

[dependencies.notify]
version = "8.2.0"

[dependencies.panza]
version = "0.1.1"

[dependencies.pulldown-cmark]
version = "0.13.3"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "11.0.3"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.ratatui-notifications]
version = "0.1.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled-sqlcipher"]

[dependencies.rust-embed]
version = "8"
features = ["debug-embed"]
optional = true

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sublime-syntaxes]
version = "0.2.0"

[dependencies.syntect]
version = "5.3.0"

[dependencies.tetration]
version = "0.1.9"
default-features = false

[dependencies.tokio]
version = "1.52.2"
features = [
    "rt-multi-thread",
    "sync",
]

[dependencies.toml]
version = "1.1.2"

[dependencies.tui-logger]
version = "0.18.2"
features = ["crossterm"]

[dependencies.unicode-width]
version = "0.2"

[dependencies.ureq]
version = "3.3.0"
features = ["json"]

[dependencies.zahirscan]
version = "0.3.6"
default-features = false

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

[dev-dependencies.anyhow]
version = "1.0.104"

[dev-dependencies.log]
version = "0.4.29"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true