straymark-core 0.2.0

Shared document model and knowledge graph for StrayMark — parses governance documents and builds their typed traceability graph
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"
name = "straymark-core"
version = "0.2.0"
authors = ["Strange Days Tech, S.A.S."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared document model and knowledge graph for StrayMark — parses governance documents and builds their typed traceability graph"
homepage = "https://strangedays.tech"
readme = "README.md"
keywords = [
    "straymark",
    "documentation",
    "governance",
    "ai",
    "knowledge-graph",
]
categories = [
    "development-tools",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/StrangeDaysTech/straymark"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"