mdvault-core 0.2.0

Core library for mdvault - markdown vault management
Documentation
[dependencies.chrono]
features = ["clock", "serde"]
version = "0.4.42"

[dependencies.comrak]
version = "0.35"

[dependencies.dirs]
version = "6.0.0"

[dependencies.mlua]
features = ["lua54", "vendored", "serialize"]
version = "0.10"

[dependencies.regex]
version = "1.12.2"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.32"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1"

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.rstest]
version = "0.26.1"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "Core library for mdvault - markdown vault management"
documentation = "https://docs.rs/mdvault-core"
edition = "2024"
homepage = "https://github.com/agustinvalencia/mdvault"
keywords = ["markdown", "notes", "vault", "knowledge-base", "cli"]
license = "MIT"
name = "mdvault-core"
readme = "README.md"
repository = "https://github.com/agustinvalencia/mdvault"
resolver = "2"
version = "0.2.0"

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

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

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

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

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

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

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