ricecoder-generation 0.1.71

Code generation engine with template support
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.handlebars]
version = "5.0"

[dependencies.heck]
version = "0.4"

[dependencies.regex]
version = "1.10"

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

[dependencies.ricecoder-specs]
version = "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.chrono]
features = ["serde"]
version = "0.4"

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

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

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

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

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

[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Code generation engine with template support"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-generation"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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