[package]
edition = "2021"
rust-version = "1.75"
name = "jmap-contacts-types"
version = "0.1.0"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMAP Contacts extension data types (draft-ietf-jmap-contacts-*)"
readme = false
keywords = [
"jmap",
"contacts",
"types",
"rfc8620",
]
categories = [
"encoding",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"
[lib]
name = "jmap_contacts_types"
path = "src/lib.rs"
[dependencies.jmap-types]
version = "0.1.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"