doido-view 0.0.4

Default Tera engine, layouts, partials — Action View style templating for Doido.
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 = "doido-view"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Default Tera engine, layouts, partials — Action View style templating for Doido."
readme = false
license = "MIT"

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

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

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

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

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

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

[dependencies.doido-core]
version = "0.0.4"

[dependencies.serde_json]
version = "1"

[dependencies.tera]
version = "1"

[dev-dependencies.doido-core]
version = "0.0.4"

[dev-dependencies.tempfile]
version = "3"