[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.ricecoder-learning]
version = "0"
[dependencies.ricecoder-permissions]
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.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_teams"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Team collaboration system for RiceCoder - shared standards, rule promotion, and access control"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
license = "MIT"
name = "ricecoder-teams"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.71"
[[test]]
name = "integration_concurrent_operations"
path = "tests/integration_concurrent_operations.rs"
[[test]]
name = "integration_error_handling"
path = "tests/integration_error_handling.rs"
[[test]]
name = "integration_team_manager"
path = "tests/integration_team_manager.rs"
[[test]]
name = "integration_team_workflow"
path = "tests/integration_team_workflow.rs"
[[test]]
name = "property_access_control_enforcement"
path = "tests/property_access_control_enforcement.rs"
[[test]]
name = "property_audit_trail_completeness"
path = "tests/property_audit_trail_completeness.rs"
[[test]]
name = "property_hot_reload_correctness"
path = "tests/property_hot_reload_correctness.rs"
[[test]]
name = "property_rule_promotion_atomicity"
path = "tests/property_rule_promotion_atomicity.rs"
[[test]]
name = "property_rule_version_consistency"
path = "tests/property_rule_version_consistency.rs"
[[test]]
name = "property_standards_inheritance"
path = "tests/property_standards_inheritance.rs"
[[test]]
name = "unit_access_control_manager"
path = "tests/unit_access_control_manager.rs"
[[test]]
name = "unit_config_manager"
path = "tests/unit_config_manager.rs"