[[bin]]
name = "krafna"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.39"
[dependencies.clap]
features = ["derive"]
version = "4.5.27"
[dependencies.gray_matter]
version = "0.2"
[dependencies.hashbrown]
version = "0.15.2"
[dependencies.phf]
features = ["macros"]
version = "0.11"
[dependencies.rayon]
version = "1.8"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.shellexpand]
version = "3.1"
[dependencies.walkdir]
version = "2.4"
[lib]
name = "krafna"
path = "src/lib.rs"
[package]
authors = ["Joel Kunst <7sedam7@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing", "data-structures"]
description = "Krafna is a terminal-based alternative to Obsidian's Dataview plugin, allowing you to query your Markdown files using standard SQL syntax."
documentation = "https://docs.rs/krafna"
edition = "2021"
homepage = "https://github.com/7sedam7/krafna"
keywords = ["cli", "obsidian", "markdown", "sql"]
license = "MIT"
name = "krafna"
readme = "README.md"
repository = "https://github.com/7sedam7/krafna"
version = "0.2.2"
[profile.release]
lto = true
opt-level = 3
[[test]]
name = "parser_test"
path = "tests/parser_test.rs"