# xsv 0.13.0 — toolkit CSV rápido (BurntSushi). Etapa G, tier-1 Rust. # # Reescrita como receta Cargo LIMPIA: el import de Alpine traía fases `cargo auditable build` (que # pelean con el flujo BuildSys::Cargo del lab — sin setup de zig-cc/musl) y `[deps] build=["cargo", # "cargo-auditable"]` (el TOOLCHAIN no es un paquete; el importador ya lo filtra desde este commit). # Sin fases ⇒ el lab autodetecta Cargo (--locked --offline + zig-cc linker). single-bin, sin dep-C. name = "xsv" version = "0.13.0" license = "Unlicense OR MIT" [source] tarball = "https://github.com/BurntSushi/xsv/archive/0.13.0/xsv-0.13.0.tar.gz" sha256 = "2b75309b764c9f2f3fdc1dd31eeea5a74498f7da21ae757b3ffd6fd537ec5345" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "static" flags = ["--bin", "xsv"]