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