Compiles proto files via prost and generates service stubs and proto definitiones for use with madsim-tonic.
This crate will generate code for simulation along with the original code.
The macro madsim_tonic::include_proto
will decide which version to use based on whether the sim
feature is enabled.
This code is modified from tonic-build v0.10.0. It provides exactly the same API as the original crate.