markbase 0.1.0-alpha.1

A high-performance CLI tool for indexing and querying Markdown files for AI agent. Obsidian-compatible.
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 = "markbase"
version = "0.1.0-alpha.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance CLI tool for indexing and querying Markdown files for AI agent. Obsidian-compatible."
readme = "README.md"
license = "MIT"
repository = "https://github.com/flyisland/markbase"

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.duckdb]
version = "1.4"
features = [
    "bundled",
    "chrono",
]

[dependencies.gray_matter]
version = "0.3"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

[build-dependencies.chrono]
version = "0.4"

[profile.release]
opt-level = 2
strip = true