cuj-tui 0.1.0

cui — a read-only TUI browser for cuj vaults
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.85"
name = "cuj-tui"
version = "0.1.0"
build = false
exclude = [
    "CLAUDE.md",
    "TODO.md",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cui — a read-only TUI browser for cuj vaults"
homepage = "https://cuj.net"
readme = "README.md"
keywords = [
    "jot",
    "notes",
    "journal",
    "tui",
    "pkm",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/cujot/cui-rs"

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.cuj]
version = "0.2.0"

[dependencies.jots]
version = "0.1.1"

[dependencies.logopsis]
version = "0.1.0"

[dependencies.metatheca]
version = "0.1.4"

[dependencies.ratatui]
version = "0.29"

[dependencies.taxopsis]
version = "0.1.1"

[dependencies.zetetes]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3"