basalt-tui 0.12.4

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.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Basalt TUI application for Obsidian notes.
"""
readme = "README.md"
license = "MIT"
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.8.2"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.natord]
version = "1.0.9"

[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.unicode-width]
version = "0.2.0"

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

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

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