uv/crates/uv-build-backend/src
konsti 71b5ba13d7
Stabilize the uv build backend (#14311)
The uv build backend has gone through some feedback cycles, we expect no
more major configuration changes, and we're ready to take the next step:
The uv build backend in stable.

This PR stabilizes:

* Using `uv_build` as build backend
* The documentation of the uv build backend
* The direct build fast path, where uv doesn't use PEP 517 if you're
using `uv_build` in a compatible version.
* `uv build --list`, which is limited to `uv_build`.

It does not:
* Make `uv_build` the default on `uv init`
* Make `--package` the default on `uv init`
2025-07-02 15:37:43 -05:00
..
lib.rs Allow symlinks in the build backend (#14212) 2025-06-25 07:44:22 +00:00
metadata.rs Apply first set of Rustfmt edition 2024 changes (#13478) 2025-05-16 20:19:02 -04:00
serde_verbatim.rs A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
settings.rs Stabilize the uv build backend (#14311) 2025-07-02 15:37:43 -05:00
source_dist.rs Allow symlinks in the build backend (#14212) 2025-06-25 07:44:22 +00:00
wheel.rs Allow symlinks in the build backend (#14212) 2025-06-25 07:44:22 +00:00