libjmap 0.1.1

JMAP client implementation.
Documentation
# Copyright 2025 Hugo Osvaldo Barrera
#
# SPDX-License-Identifier: ISC

image: alpine/edge
packages:
  - cargo
  - cargo-deny
  - rust
  - rustfmt
  - rust-clippy
environment:
  CARGO_TERM_COLOR: always
triggers:
  - action: email
    condition: failure
    to: Hugo Osvaldo Barrera <hugo@whynothugo.nl>
tasks:
  - check: |
      cd libjmap
      # Skip tests; they require Cyrus running locally.
      sed '/cargo test/d' -i Makefile
      make check