@@ -11,7 +11,6 @@ license = "MIT"
1111# Restrict publishing to the private Terraphim registry (was `false`; the
1212# polyrepo split (Gitea #1910) requires this crate on the terraphim registry,
1313# but it must never go to crates.io).
14- publish = [" terraphim" ]
1514readme = " ../../README.md"
1615
1716[features ]
@@ -48,15 +47,15 @@ tracing = { workspace = true }
4847regex = " 1.12"
4948
5049# Terraphim dependencies
51- terraphim_types = { version = " 1.20.2" , registry = " terraphim " }
52- terraphim_config = { version = " 1.20.2" , features = [" openrouter" ], registry = " terraphim " }
53- terraphim_rolegraph = { version = " 1.20.2" , registry = " terraphim " }
54- terraphim_automata = { version = " 1.20.2" , registry = " terraphim " }
55- terraphim_persistence = { version = " 1.20.2" , registry = " terraphim " }
56- terraphim_agent_evolution = { path = " ../terraphim_agent_evolution" , version = " 1.20.2" , registry = " terraphim " }
57- terraphim_service = { version = " 1.20.2" , registry = " terraphim " }
58- terraphim_agent_registry = { path = " ../terraphim_agent_registry" , version = " 1.19.2" , registry = " terraphim " }
59- terraphim_usage = { version = " 1.20.3" , registry = " terraphim " }
50+ terraphim_types = { version = " 1.20.2" }
51+ terraphim_config = { version = " 1.20.2" , features = [" openrouter" ] }
52+ terraphim_rolegraph = { version = " 1.20.2" }
53+ terraphim_automata = { version = " 1.20.2" }
54+ terraphim_persistence = { version = " 1.20.2" }
55+ terraphim_agent_evolution = { path = " ../terraphim_agent_evolution" , version = " 1.20.2" }
56+ terraphim_service = { version = " 1.20.2" }
57+ terraphim_agent_registry = { path = " ../terraphim_agent_registry" , version = " 1.19.2" }
58+ terraphim_usage = { version = " 1.20.3" }
6059
6160# Firecracker VM dependencies (optional, feature-gated)
6261# Note: fcctl-repl has its own workspace dependencies that may conflict
@@ -68,7 +67,7 @@ tempfile = { workspace = true }
6867
6968criterion = { version = " 0.8" , features = [" html_reports" ] }
7069# Enable test-utils for examples and benchmarks
71- terraphim_multi_agent = { path = " ." , features = [" test-utils" ], registry = " terraphim " }
70+ terraphim_multi_agent = { path = " ." , features = [" test-utils" ] }
7271
7372[[bench ]]
7473name = " agent_operations"
0 commit comments