jmap-tasks-client 0.1.2

JMAP Tasks HTTP client — extension trait over jmap-base-client
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-tasks-client"
version = "0.1.2"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JMAP Tasks HTTP client — extension trait over jmap-base-client"
readme = "README.md"
keywords = [
    "jmap",
    "draft-jmap-tasks",
    "client",
    "tasks",
]
categories = [
    "network-programming",
    "asynchronous",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"

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

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

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

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

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

[dependencies.jmap-base-client]
version = "0.1"

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

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

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

[dependencies.serde_json]
version = "1"

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

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