[package]
edition = "2024"
name = "camel-component-timer"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Timer component for rust-camel"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-component-timer"
readme = "README.md"
keywords = [
"camel",
"integration",
"messaging",
"routing",
"enterprise",
]
categories = [
"network-programming",
"asynchronous",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"
[lib]
name = "camel_component_timer"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.camel-api]
version = "=0.5.0"
[dependencies.camel-component]
version = "=0.5.0"
[dependencies.camel-endpoint]
version = "=0.5.0"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tokio-util]
version = "0.7"
features = [
"rt",
"io",
]
[dependencies.tracing]
version = "0.1"