camel-template 0.26.0

External template component for rust-camel (ADR-0047 Stage 2)
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 = "2024"
name = "camel-template"
version = "0.26.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "External template component for rust-camel (ADR-0047 Stage 2)"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

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

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

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

[dependencies.arc-swap]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.blake3]
version = "1"

[dependencies.camel-api]
version = "=0.26.0"

[dependencies.camel-component-api]
version = "=0.26.0"

[dependencies.camel-language-api]
version = "=0.26.0"

[dependencies.camel-language-minijinja]
version = "=0.26.0"

[dependencies.futures]
version = "0.3"

[dependencies.minijinja]
version = "2"
features = [
    "fuel",
    "json",
    "urlencode",
]

[dependencies.regex]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "time",
    "sync",
    "macros",
]

[dependencies.toml]
version = "1"

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.camel-builder]
version = "=0.26.0"

[dev-dependencies.camel-component-api]
version = "=0.26.0"
features = ["test-support"]

[dev-dependencies.camel-component-direct]
version = "=0.26.0"

[dev-dependencies.camel-core]
version = "=0.26.0"

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[target."cfg(unix)".dependencies.rustix]
version = "0.38"
features = ["fs"]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Wdk_Foundation",
    "Wdk_Storage_FileSystem",
    "Win32_Storage_FileSystem",
    "Win32_Security",
    "Win32_System_IO",
    "Win32_System_Kernel",
]

[lints.clippy]
all = "warn"

[lints.rust]
dead_code = "warn"
unused_imports = "warn"
unused_must_use = "warn"