[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.pulldown-cmark]
version = "0.9"
[dependencies.regex]
version = "1.10"
[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.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_specs"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Specification parsing and management"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-specs"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "circular_dependency_detection_property"
path = "tests/circular_dependency_detection_property.rs"
[[test]]
name = "conversation_history_preservation_property"
path = "tests/conversation_history_preservation_property.rs"
[[test]]
name = "ears_compliance_validation_property"
path = "tests/ears_compliance_validation_property.rs"
[[test]]
name = "inheritance_precedence_property"
path = "tests/inheritance_precedence_property.rs"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
[[test]]
name = "phase_progression_enforcement_property"
path = "tests/phase_progression_enforcement_property.rs"
[[test]]
name = "query_consistency_property"
path = "tests/query_consistency_property.rs"
[[test]]
name = "spec_to_task_traceability_property"
path = "tests/spec_to_task_traceability_property.rs"
[[test]]
name = "steering_context_integration_property"
path = "tests/steering_context_integration_property.rs"
[[test]]
name = "steering_merge_consistency_property"
path = "tests/steering_merge_consistency_property.rs"
[[test]]
name = "validation_completeness_property"
path = "tests/validation_completeness_property.rs"