mdvault 0.1.2

CLI tool for managing markdown vaults with structured notes, validation, and search
[[bin]]
name = "mdv"
path = "src/main.rs"

[dependencies.chrono]
features = ["clock"]
version = "0.4.42"

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

[dependencies.clap_complete]
features = ["unstable-dynamic"]
version = "4.5"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dialoguer]
version = "0.11"

[dependencies.mdvault-core]
version = "0.1.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.1.1"

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

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.regex]
version = "1.12.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "CLI tool for managing markdown vaults with structured notes, validation, and search"
edition = "2021"
homepage = "https://github.com/agustinvalencia/mdvault"
keywords = ["markdown", "notes", "vault", "knowledge-base", "cli"]
license = "MIT"
name = "mdvault"
readme = "README.md"
repository = "https://github.com/agustinvalencia/mdvault"
version = "0.1.2"

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

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

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

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

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

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

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

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

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

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

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