7 rustPlatform.buildRustPackage rec {
8 pname = "capnproto-rust";
14 hash = "sha256-WVjXVLVoTCAtA8a6+zaX4itAaPCWb2c0trtSsxBopO4=";
17 cargoHash = "sha256-h9YArxHnY14T8eQCS4JVItjaCjv+2dorcOVBir7r6SY=";
20 mkdir -p $out/include/capnp
21 cp rust.capnp $out/include/capnp
29 description = "Cap'n Proto codegen plugin for Rust";
30 homepage = "https://github.com/capnproto/capnproto-rust";
31 license = licenses.mit;
32 maintainers = with maintainers; [ mikroskeem solson ];