camel-test 0.7.2

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.7.2"
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:camel-master",
    "dep:testcontainers",
    "dep:testcontainers-modules",
    "dep:camel-component-redis",
    "dep:camel-component-kafka",
    "dep:camel-component-sql",
    "dep:sqlx",
    "dep:camel-component-jms",
    "dep:camel-component-validator",
    "dep:camel-xslt",
    "dep:camel-platform-kubernetes",
    "dep:kube",
    "dep:k8s-openapi",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "master_noop_test"
path = "tests/master_noop_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"

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

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

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

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

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

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

[dependencies.camel-component-api]
version = "=0.7.2"

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

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

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

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

[dependencies.camel-component-jms]
version = "=0.7.2"
optional = true

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

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

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

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

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

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

[dependencies.camel-component-validator]
version = "=0.7.2"
optional = true

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

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

[dependencies.camel-master]
version = "=0.7.2"
optional = true

[dependencies.camel-platform-kubernetes]
version = "=0.7.2"
optional = true

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

[dependencies.camel-xslt]
version = "=0.7.2"
optional = true

[dependencies.k8s-openapi]
version = "0.24"
features = ["v1_31"]
optional = true

[dependencies.kube]
version = "0.99"
features = [
    "runtime",
    "derive",
]
optional = true

[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",
    "k3s",
]
optional = true

[dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]

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

[dev-dependencies.camel-bean]
version = "=0.7.2"

[dev-dependencies.camel-config]
version = "=0.7.2"
features = ["kubernetes"]

[dev-dependencies.camel-dsl]
version = "=0.7.2"

[dev-dependencies.camel-language-api]
version = "=0.7.2"

[dev-dependencies.camel-language-jsonpath]
version = "=0.7.2"

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

[dev-dependencies.camel-language-xpath]
version = "=0.7.2"

[dev-dependencies.camel-master]
version = "=0.7.2"

[dev-dependencies.redis]
version = "1"
features = [
    "tokio-comp",
    "aio",
]

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

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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

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

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

[dev-dependencies.toml]
version = "0.8"

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

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