doido-view 0.0.13

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.13"
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 = "asset_helpers_test"
path = "tests/asset_helpers_test.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.doido-cache]
version = "=0.0.13"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_norway]
version = "0.9"

[dependencies.tera]
version = "2"

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

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

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