libjmap 0.1.1

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

[package]
name = "libjmap"
version = "0.1.1"
authors = ["Hugo Osvaldo Barrera <hugo@whynothugo.nl>"]
edition = "2024"
description = "JMAP client implementation."
homepage = "https://sr.ht/~whynothugo/pimsync/"
repository = "https://git.sr.ht/~whynothugo/libjmap"
license = "ISC"
keywords = ["jmap", "calendar", "contacts"]
rust-version = "1.86.0"

[dependencies]
http = "1"
http-body-util = "0.1.0"
hyper = "1"
log = "0.4.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2"
tokio = { version = "1", features = ["sync"] }
tower-service = "0.3.3"

[dev-dependencies]
hyper-rustls = "0.27.6"
hyper-util = { version = "0.1.1", features = ["client", "client-legacy", "http1"] }
tower-http = { version = "0.6.2", features = ["auth"] }
tokio = { version = "1.45.1", features = ["rt", "macros"] }