camel-component-timer 0.6.3

Timer component for rust-camel
Documentation
[package]
name = "camel-component-timer"
description = "Timer component for rust-camel"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/camel-component-timer"
readme = "README.md"
keywords.workspace = true
categories.workspace = true

[dependencies]
camel-component-api.workspace = true
async-trait.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true