camel-test 0.5.0

Testing utilities 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-test"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for rust-camel"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-test"
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"

[features]
integration-tests = [
    "dep:testcontainers",
    "dep:testcontainers-modules",
    "dep:camel-component-redis",
    "dep:camel-component-kafka",
    "dep:camel-component-sql",
    "dep:sqlx",
]

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

[[test]]
name = "controlbus_test"
path = "tests/controlbus_test.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[test]]
name = "kafka_test"
path = "tests/kafka_test.rs"

[[test]]
name = "redis_test"
path = "tests/redis_test.rs"

[[test]]
name = "script_test"
path = "tests/script_test.rs"

[[test]]
name = "sql_test"
path = "tests/sql_test.rs"

[[test]]
name = "tracer_test"
path = "tests/tracer_test.rs"

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

[dependencies.camel-builder]
version = "=0.5.0"

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

[dependencies.camel-component-controlbus]
version = "=0.5.0"

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

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

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

[dependencies.camel-component-kafka]
version = "=0.5.0"
optional = true

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

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

[dependencies.camel-component-redis]
version = "=0.5.0"
optional = true

[dependencies.camel-component-sql]
version = "=0.5.0"
optional = true

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

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

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

[dependencies.camel-processor]
version = "=0.5.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "any",
    "postgres",
]
optional = true

[dependencies.testcontainers]
version = "0.23"
optional = true

[dependencies.testcontainers-modules]
version = "0.11"
features = [
    "redis",
    "kafka",
    "postgres",
]
optional = true

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

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

[dev-dependencies.camel-config]
version = "=0.5.0"

[dev-dependencies.camel-endpoint]
version = "=0.5.0"

[dev-dependencies.camel-language-rhai]
version = "=0.5.0"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "stream",
]
default-features = false

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

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.wiremock]
version = "0.6"