sidoc 0.1.3

Generate structured/scoped indented documents.
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.85"
name = "sidoc"
version = "0.1.3"
build = false
exclude = [
    ".fossil-settings",
    ".efiles",
    ".fslckout",
    "www",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate structured/scoped indented documents."
readme = "README.md"
keywords = [
    "text",
    "document",
    "html",
]
categories = ["template-engine"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/sidoc"

[badges.maintenance]
status = "passively-maintained"

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

[[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"

[dependencies]

[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