[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.glob]
version = "0.3"
[dependencies.globset]
version = "0.4"
[dependencies.jsonschema]
version = "0.18"
[dependencies.mecha10-macros]
optional = true
version = "0.1"
[dependencies.mecha10-messaging]
optional = true
version = "0.1"
[dependencies.notify]
version = "6.1"
[dependencies.once_cell]
version = "1.19"
[dependencies.redis]
features = ["tokio-comp", "connection-manager"]
version = "0.27"
[dependencies.regex]
version = "1.10"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_cbor]
version = "0.11"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.42"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.uuid]
features = ["v4"]
version = "1.6"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.42"
[[example]]
name = "backpressure_usage"
path = "examples/backpressure_usage.rs"
required-features = ["examples"]
[[example]]
name = "bag_player"
path = "examples/bag_player.rs"
required-features = ["examples"]
[[example]]
name = "bag_recorder"
path = "examples/bag_recorder.rs"
required-features = ["examples"]
[[example]]
name = "circuit_breaker_usage"
path = "examples/circuit_breaker_usage.rs"
required-features = ["examples"]
[[example]]
name = "dead_letter_queue_usage"
path = "examples/dead_letter_queue_usage.rs"
required-features = ["examples"]
[[example]]
name = "dependency_ordering_usage"
path = "examples/dependency_ordering_usage.rs"
required-features = ["examples"]
[[example]]
name = "distributed_tracing_usage"
path = "examples/distributed_tracing_usage.rs"
required-features = ["examples"]
[[example]]
name = "profiling_usage"
path = "examples/profiling_usage.rs"
required-features = ["examples"]
[[example]]
name = "rate_config_usage"
path = "examples/rate_config_usage.rs"
required-features = ["examples"]
[[example]]
name = "recovery_policies_usage"
path = "examples/recovery_policies_usage.rs"
required-features = ["examples"]
[[example]]
name = "rpc_streaming_usage"
path = "examples/rpc_streaming_usage.rs"
required-features = ["examples"]
[[example]]
name = "schema_validation_usage"
path = "examples/schema_validation_usage.rs"
required-features = ["examples"]
[[example]]
name = "schema_versioning_usage"
path = "examples/schema_versioning_usage.rs"
required-features = ["examples"]
[[example]]
name = "state_management_usage"
path = "examples/state_management_usage.rs"
required-features = ["examples"]
[[example]]
name = "topic_registry_usage"
path = "examples/topic_registry_usage.rs"
required-features = ["examples"]
[features]
default = ["messaging", "macros"]
examples = []
macros = ["mecha10-macros"]
messaging = ["mecha10-messaging"]
[lib]
name = "mecha10_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Mecha10 core runtime and foundational types"
edition = "2021"
license = "MIT"
name = "mecha10-core"
readme = "README.md"
repository = "https://github.com/mecha10/mecha10"
version = "0.1.39"
[target."cfg(unix)".dependencies.nix]
features = ["signal"]
version = "0.27"
[[test]]
name = "aggregated_tests"
path = "tests/aggregated_tests.rs"
[[test]]
name = "aggregated_topics_integration"
path = "tests/aggregated_topics_integration.rs"
[[test]]
name = "aggregated_unit_tests"
path = "tests/aggregated_unit_tests.rs"
[[test]]
name = "auth_tests"
path = "tests/auth_tests.rs"
[[test]]
name = "circuit_breaker_tests"
path = "tests/circuit_breaker_tests.rs"
[[test]]
name = "config_tests"
path = "tests/config_tests.rs"
[[test]]
name = "context_features_unit_tests"
path = "tests/context_features_unit_tests.rs"
[[test]]
name = "context_unit_tests"
path = "tests/context_unit_tests.rs"
[[test]]
name = "dead_letter_tests"
path = "tests/dead_letter_tests.rs"
[[test]]
name = "dependency_tests"
path = "tests/dependency_tests.rs"
[[test]]
name = "error_tests"
path = "tests/error_tests.rs"
[[test]]
name = "error_unit_tests"
path = "tests/error_unit_tests.rs"
[[test]]
name = "health_tests"
path = "tests/health_tests.rs"
[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"
[[test]]
name = "metrics_tests"
path = "tests/metrics_tests.rs"
[[test]]
name = "node_tests"
path = "tests/node_tests.rs"
[[test]]
name = "node_unit_tests"
path = "tests/node_unit_tests.rs"
[[test]]
name = "prelude_tests"
path = "tests/prelude_tests.rs"
[[test]]
name = "profiling_tests"
path = "tests/profiling_tests.rs"
[[test]]
name = "publish_tests"
path = "tests/publish_tests.rs"
[[test]]
name = "rate_limit_tests"
path = "tests/rate_limit_tests.rs"
[[test]]
name = "receiver_unit_tests"
path = "tests/receiver_unit_tests.rs"
[[test]]
name = "recorder_tests"
path = "tests/recorder_tests.rs"
[[test]]
name = "recovery_tests"
path = "tests/recovery_tests.rs"
[[test]]
name = "redis_bridge_tests"
path = "tests/redis_bridge_tests.rs"
[[test]]
name = "rpc_breaker_tests"
path = "tests/rpc_breaker_tests.rs"
[[test]]
name = "rpc_streaming_tests"
path = "tests/rpc_streaming_tests.rs"
[[test]]
name = "rpc_unit_tests"
path = "tests/rpc_unit_tests.rs"
[[test]]
name = "schema_validation_tests"
path = "tests/schema_validation_tests.rs"
[[test]]
name = "service_manager_tests"
path = "tests/service_manager_tests.rs"
[[test]]
name = "service_manager_unit_tests"
path = "tests/service_manager_unit_tests.rs"
[[test]]
name = "state_tests"
path = "tests/state_tests.rs"
[[test]]
name = "stream_tests"
path = "tests/stream_tests.rs"
[[test]]
name = "stream_unit_tests"
path = "tests/stream_unit_tests.rs"
[[test]]
name = "topic_registry_tests"
path = "tests/topic_registry_tests.rs"
[[test]]
name = "topic_utils_tests"
path = "tests/topic_utils_tests.rs"
[[test]]
name = "topics_tests"
path = "tests/topics_tests.rs"
[[test]]
name = "tracing_otel_tests"
path = "tests/tracing_otel_tests.rs"
[[test]]
name = "types_tests"
path = "tests/types_tests.rs"