teacat_lib 0.5.2

Tools for working with TeaCat files
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"
name = "teacat_lib"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for working with TeaCat files"
readme = "readme.md"
keywords = [
    "templating",
    "template",
    "markup",
    "html",
    "language",
]
categories = [
    "compilers",
    "parser-implementations",
]
license = "Artistic-2.0"
repository = "https://codeberg.org/junideergirl/TeaCat"

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

[dependencies.html-escape]
version = "0.2"

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"
features = ["grammar-extras"]

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"

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