basalt-tui 0.12.7

Basalt TUI application for Obsidian notes.
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"
rust-version = "1.91.0"
name = "basalt-tui"
version = "0.12.7"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "basalt"
description = """
Basalt TUI application for Obsidian notes.
"""
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/erikjuhani/basalt"

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

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

[dependencies.basalt-core]
version = "0.9.0"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.memory-stats]
version = "1.2.0"

[dependencies.natord]
version = "1.0.9"

[dependencies.notify-debouncer-full]
version = "0.7.0"

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

[dependencies.ratatui]
version = "0.30.0"

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

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.toml]
version = "1.0.0"

[dependencies.toml_edit]
version = "0.25.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"

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

[dev-dependencies.indoc]
version = "=2.0.7"

[dev-dependencies.insta]
version = "=1.48.0"

[dev-dependencies.similar-asserts]
version = "2.0.0"