sidoc 0.1.2

Generate structured/scoped indented documents.
Documentation
[badges.maintenance]
status = "passively-maintained"

[dependencies]

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "Generate structured/scoped indented documents."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["text", "document", "html"]
license = "0BSD"
name = "sidoc"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/sidoc"
version = "0.1.2"

[[test]]
name = "empty_ref"
path = "tests/empty_ref.rs"

[[test]]
name = "simple_html"
path = "tests/simple_html.rs"

[[test]]
name = "simple_ref"
path = "tests/simple_ref.rs"