The crate exposes the following feature flags:
cpuincludes the CPU backend in the default feature set.metricsexposes metrics emission from hot paths.gpuprepares the GPU execution path selection surface (the accelerator implementation is not yet available).skeletonis a legacy compatibility flag retained for early versions; it is no longer required by the CPU backend.
Choose an ExecutionStrategy that matches the compiled features. Allowing
Auto keeps behaviour stable across builds while seamlessly adopting GPU
support when available.