dbmd-core 0.2.4

Reference library for db.md — the open database in plain files. Parsing, store walk, wiki-link graph, validation, query, and write-through indexes. Zero AI dependencies.
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 = "2021"
rust-version = "1.83"
name = "dbmd-core"
version = "0.2.4"
authors = ["Carlos Galarza"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference library for db.md — the open database in plain files. Parsing, store walk, wiki-link graph, validation, query, and write-through indexes. Zero AI dependencies."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/carloslfu/db.md"

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

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

[dependencies.calamine]
version = "0.35"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
    "serde",
]
default-features = false

[dependencies.grep]
version = "0.3"

[dependencies.html2text]
version = "0.17"

[dependencies.ignore]
version = "0.4"

[dependencies.pdf-extract]
version = "0.10"

[dependencies.quick-xml]
version = "0.40"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

[dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false

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

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