basalt-core 0.9.0

Provides the core functionality for Basalt TUI application
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"
name = "basalt-core"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Provides the core functionality for Basalt TUI application
"""
readme = "README.md"
license = "MIT"
repository = "https://github.com/erikjuhani/basalt"

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

[dependencies.dirs]
version = "6.0.0"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.16"

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

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

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