rustapi-view 0.1.233

Template rendering support for RustAPI - Server-side HTML with Tera templates
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"
rust-version = "1.78"
name = "rustapi-view"
version = "0.1.233"
authors = ["RustAPI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Template rendering support for RustAPI - Server-side HTML with Tera templates"
documentation = "https://docs.rs/rustapi-view"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "api",
    "templates",
    "html",
]
categories = [
    "web-programming::http-server",
    "template-engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tuntii/RustAPI"

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

[dependencies.bytes]
version = "1.5"

[dependencies.http]
version = "1.0"

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

[dependencies.rustapi-core]
version = "0.1.188"
default-features = false

[dependencies.rustapi-openapi]
version = "0.1.188"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tera]
version = "1.19"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.35"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]