oxidite-template 2.0.1

Template engine for server-side rendering in Oxidite
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 = "oxidite-template"
version = "2.0.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Template engine for server-side rendering in Oxidite"
readme = "README.md"
keywords = [
    "template",
    "rendering",
    "html",
    "ssr",
    "web",
]
categories = [
    "template-engine",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

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

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

[dependencies.bytes]
version = "1.0"

[dependencies.http]
version = "1.1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.0"
features = ["full"]

[dependencies.oxidite-core]
version = "2.0.1"

[dependencies.regex]
version = "1.11.3"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-util",
]