cookie_cutter_core 0.2.0

A feature-rich template engine with context aware escaping and both runtime and compiletime compilation
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 = "cookie_cutter_core"
version = "0.2.0"
authors = ["Cookie04"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A feature-rich template engine with context aware escaping and both runtime and compiletime compilation"
readme = "README.md"
keywords = [
    "template-engine",
    "template",
    "html",
    "escaping",
]
categories = ["template-engine"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Cookie04DE/cookie_cutter/"

[features]
serde = ["dep:serde"]
sync = ["maybe-sync/sync"]

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

[dependencies.aho-corasick]
version = "1.1.3"

[dependencies.ariadne]
version = "0.5.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.chumsky]
version = "0.10.0"
features = ["pratt"]

[dependencies.either]
version = "1.8.1"

[dependencies.itertools]
version = "0.13.0"

[dependencies.maybe-sync]
version = "0.1.1"

[dependencies.phf]
version = "0.11.3"

[dependencies.pretty_assertions]
version = "1.4.0"

[dependencies.serde]
version = "1.0.164"
optional = true

[build-dependencies.entities]
version = "1.0.1"

[build-dependencies.phf]
version = "0.11.3"

[build-dependencies.phf_codegen]
version = "0.11.3"