[package]
edition = "2024"
name = "jmap-tools"
version = "0.1.4"
authors = ["Stalwart Labs <hello@stalw.art>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMAP object parser with JSON Pointer querying and patching support"
homepage = "https://github.com/stalwartlabs/jmap-tools"
readme = "README.md"
keywords = [
"jmap",
"json",
"api",
"tools",
]
categories = ["parser-implementations"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stalwartlabs/jmap-tools"
resolver = "2"
[features]
default = []
rkyv = ["dep:rkyv"]
[lib]
name = "jmap_tools"
path = "src/lib.rs"
[dependencies.hashify]
version = "0.2.6"
[dependencies.rkyv]
version = "0.8"
optional = true
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"