haystack_jmap 1.20.2

JMAP haystack provider for Terraphim AI
Documentation
[package]
name = "haystack_jmap"
version = "1.20.2"
edition.workspace = true
description = "JMAP haystack provider for Terraphim AI"
documentation = "https://terraphim.ai"
homepage = "https://terraphim.ai"
repository = "https://github.com/terraphim/terraphim-ai"
keywords = ["ai", "jmap", "haystack", "email", "search"]
license = "MIT"
readme = "../../README.md"

[dependencies]
haystack_core = { path = "../haystack_core", version = "1.19.3" }
terraphim_types = { path = "../terraphim_types", version = "1.0.0" }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }

tokio = { workspace = true, features = ["full"] }

serde = { workspace = true, features = ["derive"] }

serde_json = { workspace = true }

anyhow = { workspace = true, features = ["std"] }

clap = { version = "4.5", features = ["derive"] }
log = { workspace = true }

env_logger = "0.11"

[dev-dependencies]
wiremock = "0.6.4"

[lib]
name = "haystack_jmap"
path = "src/lib.rs"

[[bin]]
name = "jmap_search"
path = "src/main.rs"