ricecoder-orchestration 0.1.71

Multi-project orchestration and workspace management for RiceCoder
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.ricecoder-storage]
version = "0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dev-dependencies.proptest]
version = "1.4"

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

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

[dev-dependencies.tokio-test]
version = "0.4"

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Multi-project orchestration and workspace management for RiceCoder"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-orchestration"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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