[[bin]]
name = "fmd"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.globset]
version = "0.4"
[dependencies.ignore]
version = "0.4"
[dependencies.rayon]
version = "1.10"
[dependencies.regex]
version = "1.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dev-dependencies.tempfile]
version = "3.8"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "Find Markdown files by metadata - Search by tags, frontmatter, and custom fields"
edition = "2021"
keywords = ["markdown", "search", "cli", "notes", "frontmatter"]
license = "MIT"
name = "fmd"
readme = "README.md"
repository = "https://github.com/zhouer/fmd"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"