opentalk-types 0.45.2

Types and traits for the OpenTalk API and signaling protocols
Documentation
# SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
#
# SPDX-License-Identifier: EUPL-1.2

---

test:opentalk-types:
  extends: .test:types
  variables:
    PACKAGE: opentalk-types-common
  parallel:
    matrix:
      - FEATURES:
          [
          '',
            backend,
            clap,
            diesel,
            frontend,
            rand,
            redis,
            serde,
            utoipa,
          ]
        EXTRA_ARGS: ['', --no-default-features]