[package]
edition = "2021"
rust-version = "1.88"
name = "jmap-cid-types"
version = "0.1.1"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMAP Blob Content Identifiers extension data types (draft-atwood-jmap-cid-00)"
readme = "README.md"
keywords = [
"jmap",
"cid",
"sha256",
"blob",
"types",
]
categories = [
"encoding",
"network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"
[lib]
name = "jmap_cid_types"
path = "src/lib.rs"
[[test]]
name = "cid_types"
path = "tests/cid_types.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"