jmap-types 0.1.2

Shared JMAP wire types (RFC 8620) for the jmap-* crate family
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "jmap-types"
version = "0.1.2"
authors.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
description = "Shared JMAP wire types (RFC 8620) for the jmap-* crate family"
keywords = ["jmap", "rfc8620", "types", "wire-format"]
categories = ["encoding", "network-programming"]

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }