jmap-base-client 0.1.2

RFC 8620 JMAP base client — auth-agnostic, session fetch, blob, SSE, WebSocket
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "jmap-base-client"
version = "0.1.2"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 8620 JMAP base client — auth-agnostic, session fetch, blob, SSE, WebSocket"
readme = "README.md"
keywords = [
    "jmap",
    "rfc8620",
    "client",
    "async",
]
categories = [
    "network-programming",
    "asynchronous",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"

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

[[example]]
name = "session_fetch"
path = "examples/session_fetch.rs"

[[test]]
name = "client_tests"
path = "tests/client_tests.rs"

[[test]]
name = "log_redaction"
path = "tests/log_redaction.rs"

[[test]]
name = "streaming_cap_tests"
path = "tests/streaming_cap_tests.rs"

[[test]]
name = "ws_split_smoke"
path = "tests/ws_split_smoke.rs"

[[bench]]
name = "session_and_urls"
path = "benches/session_and_urls.rs"
harness = false

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.jmap-cid-types]
version = "0.1"

[dependencies.jmap-types]
version = "0.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
]

[dependencies.tokio-tungstenite]
version = "0.29"
features = [
    "connect",
    "handshake",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.url]
version = "2"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
]

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[dev-dependencies.wiremock]
version = "0.6"