haystack_jmap 1.20.0

JMAP haystack provider for Terraphim AI
Documentation
[package]
name = "haystack_jmap"
version = "1.20.0"
edition.workspace = true
description = "JMAP haystack provider for Terraphim AI"
license = "MIT"

[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"