libjmap 0.1.1

JMAP client implementation.
Documentation
[dependencies.http]
version = "1"

[dependencies.http-body-util]
version = "0.1.0"

[dependencies.hyper]
version = "1"

[dependencies.log]
version = "0.4.17"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync"]
version = "1"

[dependencies.tower-service]
version = "0.3.3"

[dev-dependencies.hyper-rustls]
version = "0.27.6"

[dev-dependencies.hyper-util]
features = ["client", "client-legacy", "http1"]
version = "0.1.1"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.45.1"

[dev-dependencies.tower-http]
features = ["auth"]
version = "0.6.2"

[lib]
name = "libjmap"
path = "src/lib.rs"

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