You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cargo): add feature flags for optional heavy dependencies
- Make wasmtime, ssh2, and image optional dependencies behind feature flags
(wasm-extensions, remote-ssh, image-processing)
- All features enabled by default for backward compatibility
- Replace tokio 'full' with explicit feature list
- Add #[cfg] gates throughout codebase with stub fallbacks
- Add dev profile settings for faster debug builds
0 commit comments