provui-core 0.1.1

A frontend-neutral UI composition core over prov: a prov-aware structural metadata editor (flower over prov), a document session composing flower metadata and leaf body over one prov document, the prov-config → flower-schema adapters, and the frontmatter classification and link resolution a prov-aware editor navigates by.
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"
rust-version = "1.88"
name = "provui-core"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A frontend-neutral UI composition core over prov: a prov-aware structural metadata editor (flower over prov), a document session composing flower metadata and leaf body over one prov document, the prov-config → flower-schema adapters, and the frontmatter classification and link resolution a prov-aware editor navigates by."
readme = "README.md"
keywords = [
    "prov",
    "editor",
    "metadata",
    "frontmatter",
    "schema",
]
categories = [
    "text-editors",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diaryx-org/provui"

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

[[example]]
name = "inspect"
path = "examples/inspect.rs"

[dependencies.fig]
version = "3.1"

[dependencies.flower-core]
version = "0.4.0"

[dependencies.leaf-core]
version = "0.1.4"
default-features = false

[dependencies.prov]
version = "0.11"