protobuf-web-token 0.6.1

Create, verify and decode protobuf web tokens
Documentation
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::compile_protos(&["pwt.proto"], &["."])?;
    prost_build::compile_protos(&["test_resources/test.proto"], &["."])?;
    Ok(())
}