gportal_rs 0.2.0

A rust library for interacting with the gportal gRPC
Documentation
version: v1
plugins:
  - name: prost
    out: src/gen
    opt:
      - compile_well_known_types
      - extern_path=.google.protobuf=::pbjson_types
      - file_descriptor_set

  - name: prost-serde
    out: src/gen

  - name: tonic
    out: src/gen
    opt:
      - compile_well_known_types
      - extern_path=.google.protobuf=::pbjson_types
      - no_server

  - name: prost-crate
    out: .
    strategy: all
    opt:
      - include_file=src/gen/mod.rs
      - gen_crate