1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 sha256 = "sha256-I4lD3+WFaW0kPmw5lPybDCRkG/at6VQH6l7pmngwoLU=";
12 cargoHash = "sha256-tSr4m10zS+/JynGmNY0+aoiYDATYwuyfr1VGKmIkHg4=";
15 description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching";
16 mainProgram = "cargo-chef";
17 homepage = "https://github.com/LukeMathWalker/cargo-chef";
18 license = licenses.mit;
19 maintainers = with maintainers; [ kkharji ];