camel-core 0.6.3

Core engine 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-core"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core engine for rust-camel"
homepage = "https://github.com/kennycallado/rust-camel"
documentation = "https://docs.rs/camel-core"
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]
default = []
lang-js = ["camel-language-js"]
lang-jsonpath = ["camel-language-jsonpath"]
lang-rhai = ["camel-language-rhai"]
lang-xpath = ["camel-language-xpath"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "context"
path = "benches/context.rs"
harness = false

[[bench]]
name = "lifecycle"
path = "benches/lifecycle.rs"
harness = false

[[bench]]
name = "lock_contention"
path = "benches/lock_contention.rs"
harness = false

[[bench]]
name = "pipeline_throughput"
path = "benches/pipeline_throughput.rs"
harness = false

[[bench]]
name = "swap_pipeline_latency"
path = "benches/swap_pipeline_latency.rs"
harness = false

[[bench]]
name = "tracing_overhead"
path = "benches/tracing_overhead.rs"
harness = false

[dependencies.arc-swap]
version = "1"

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

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

[dependencies.camel-bean]
version = "=0.6.3"

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

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

[dependencies.camel-language-api]
version = "=0.6.3"

[dependencies.camel-language-js]
version = "=0.6.3"
optional = true

[dependencies.camel-language-jsonpath]
version = "=0.6.3"
optional = true

[dependencies.camel-language-rhai]
version = "=0.6.3"
optional = true

[dependencies.camel-language-simple]
version = "=0.6.3"

[dependencies.camel-language-xpath]
version = "=0.6.3"
optional = true

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

[dependencies.camel-support]
version = "=0.6.3"

[dependencies.camel-util]
version = "=0.6.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.notify]
version = "6"
features = ["macos_fsevent"]

[dependencies.opentelemetry]
version = "0.31"
features = [
    "trace",
    "logs",
    "metrics",
]

[dependencies.redb]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

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

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.camel-component-log]
version = "=0.6.3"

[dev-dependencies.camel-component-mock]
version = "=0.6.3"

[dev-dependencies.camel-component-timer]
version = "=0.6.3"

[dev-dependencies.criterion]
version = "0.5"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.futures]
version = "0.3"

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