camel-cli 0.3.0

Command-line interface for Apache Camel in Rust
# 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-cli"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Apache Camel in Rust"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-cli"
readme = "README.md"
keywords = [
    "camel",
    "cli",
    "integration",
    "messaging",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"

[[bin]]
name = "camel"
path = "src/main.rs"

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

[dependencies.camel-component-direct]
version = "0.3.0"

[dependencies.camel-component-file]
version = "0.3.0"

[dependencies.camel-component-http]
version = "0.3.0"

[dependencies.camel-component-log]
version = "0.3.0"

[dependencies.camel-component-mock]
version = "0.3.0"

[dependencies.camel-component-timer]
version = "0.3.0"

[dependencies.camel-config]
version = "0.3.0"

[dependencies.camel-core]
version = "0.3.0"

[dependencies.camel-dsl]
version = "0.3.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.config]
version = "0.14"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = [
    "rt",
    "io",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "json",
    "env-filter",
]