strune 0.1.2

A simple, directional knowledge structure library for building linked references and word books
Documentation
[dependencies.once_cell]
version = "1.21"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tera]
version = "1.20"

[dependencies.thiserror]
version = "2.0"

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

[package]
authors = ["Project Starlivia"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations", "template-engine"]
description = "A simple, directional knowledge structure library for building linked references and word books"
documentation = "https://docs.rs/strune"
edition = "2021"
homepage = "https://github.com/your-username/Strune"
include = ["src/**/*", "templates/**/*", "config/**/*", "themes/**/*", "README.md", "LICENSE*"]
keywords = ["knowledge", "graph", "ssg", "static-site", "markdown"]
license = "MIT"
name = "strune"
readme = "README.md"
repository = "https://github.com/your-username/Strune"
resolver = "3"
version = "0.1.2"