prov 0.3.2

A self-describing plaintext workspace: structure lives in documents' own embedded metadata.
# 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"
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"