1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
4 pname = "preserves-tools";
9 hash = "sha256-+I2uxdAe4SHg8ZLRvkIUr862FH6GvCwnyhxcCPD3JBA=";
12 cargoHash = "sha256-09uxXD9EZzzk42tBYbuqaLRFyGmOUuvC7G0XMDjsK6E=";
16 "Command-line utilities for working with Preserves documents";
17 homepage = "https://preserves.dev/doc/preserves-tool.html";
18 license = lib.licenses.asl20;
19 maintainers = with lib.maintainers; [ ehmry ];
20 mainProgram = "preserves-tool";