[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"
[dependencies]
camel-api.workspace = true
camel-component.workspace = true
camel-endpoint.workspace = true
async-trait.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true