qubit-task 0.2.0

Task-oriented services built on top of qubit-executor and qubit-thread-pool
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 = "2024"
rust-version = "1.94"
name = "qubit-task"
version = "0.2.0"
authors = ["Haixing Hu <starfish.hu@gmail.com>"]
build = false
exclude = [
    "align-ci.sh",
    "ci-check.sh",
    "coverage.sh",
    "style-check.sh",
    "update-submodule.sh",
    ".github/*",
    ".llvm-cov.toml",
    ".cargo-audit.toml.example",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task-oriented services built on top of qubit-executor and qubit-thread-pool"
homepage = "https://github.com/qubit-ltd/rs-task"
documentation = "https://docs.rs/qubit-task"
readme = "README.md"
keywords = [
    "task",
    "concurrent",
    "executor",
    "service",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-task"

[lib]
name = "qubit_task"
path = "src/lib.rs"
test = false
doctest = true

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

[dependencies.qubit-executor]
version = "0.5.1"

[dependencies.qubit-function]
version = "0.13"

[dependencies.qubit-thread-pool]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0"