camel-component-log 0.2.0

Log component for rust-camel
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-component-log"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Log component for rust-camel"
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

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

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

[dependencies.camel-component]
version = "0.2.0"

[dependencies.camel-endpoint]
version = "0.2.0"

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

[dependencies.tracing]
version = "0.1"

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

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

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