kimun-notes 0.7.3

A terminal-based notes 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 = "2024"
name = "kimun-notes"
version = "0.7.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based notes application"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nico2sh/kimun"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.arboard]
version = "3"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.kimun_core]
version = "0.2.6"

[dependencies.log]
version = "0.4"

[dependencies.nucleo]
version = "0.5"

[dependencies.nvim-rs]
version = "0.9"
features = ["use_tokio"]

[dependencies.open]
version = "5"

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

[dependencies.ratatui]
version = "0.30.0"
features = ["serde"]

[dependencies.ratatui-textarea]
version = "0.8.0"
features = ["search"]

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "1.3"
features = [
    "server",
    "transport-io",
]

[dependencies.rmpv]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.throbber-widgets-tui]
version = "0.11"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]

[dependencies.toml]
version = "1.0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-log]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.unicode-segmentation]
version = "1"

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

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