The Rust files in this directory are generated from `crates/atuin-daemon/proto/*.proto`.

They replace the normal `tonic-prost-build` step because that crate is not yet available in Debian.

The current files were generated with protox 0.9.1 and prost-build 0.14.4.

The gRPC layer was generated with tonic-build 0.14.5 and tonic-prost-build 0.14.5.

To regenerate them, unapply `debian/patches/use-pregenerated-protobuf.patch`, then run:

    CARGO_TARGET_DIR=target/protobuf-generation cargo build --locked -p atuin-daemon
    cp target/protobuf-generation/debug/build/atuin-daemon-*/out/*.rs debian/include/

Reapply the patch before building the Debian package.

The generated `file_descriptor_set.bin` is not used and should not be copied.
