[package]
edition = "2024"
rust-version = "1.88"
name = "prov"
version = "0.3.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A self-describing plaintext workspace: structure lives in documents' own embedded metadata."
homepage = "https://github.com/diaryx-org/prov"
readme = "README.md"
keywords = [
"markdown",
"frontmatter",
"workspace",
"knowledge-base",
]
categories = [
"text-processing",
"filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/prov"
resolver = "2"
[features]
default = ["yaml"]
fig-lang = ["fig/fig"]
json = ["fig/json"]
toml = ["fig/toml"]
yaml = ["fig/yaml"]
[lib]
name = "prov"
path = "src/lib.rs"
[[test]]
name = "public_api"
path = "tests/public_api.rs"
[dependencies.fig]
version = "2.5.0"
features = [
"serde",
"derive",
"indexmap",
]
default-features = false
[dependencies.indexmap]
version = "2.0"
features = ["serde"]
[dependencies.moid]
version = "0.1.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.twig-doc]
version = "2.3.0"