mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
7fb394ad65
Reduce default build from 761 to 609 crates (20% reduction) by making heavy dependencies optional behind their appropriate feature flags. Feature-gated deps: - windmill-worker: hudsucker, rcgen, prost, opentelemetry-proto (EE otel proxy) - windmill-common: aws-config, aws-credential-types, aws-smithy-types, systemstat, globset - windmill-api: aws-sigv4, aws-sdk-config, windmill-parser-py-imports, windmill-autoscaling - windmill-autoscaling: kube, k8s-openapi (EE only) - windmill-parser-py-imports: removed unused malachite deps - Root: removed 12 unused direct dependencies Incremental compilation with additional local optimizations (mold linker, split-debuginfo, line-tables-only) brings windmill-api rebuilds from ~5.6s to ~4.7s (16% faster). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.