qubit-execution-services 0.2.0

Aggregated execution services facade for blocking, CPU-bound, Tokio blocking, and async IO tasks
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-execution-services"
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 = "Aggregated execution services facade for blocking, CPU-bound, Tokio blocking, and async IO tasks"
homepage = "https://github.com/qubit-ltd/rs-execution-services"
documentation = "https://docs.rs/qubit-execution-services"
readme = "README.md"
keywords = [
    "executor",
    "service",
    "tokio",
    "rayon",
    "thread-pool",
]
categories = [
    "concurrency",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/qubit-ltd/rs-execution-services"

[lib]
name = "qubit_execution_services"
path = "src/lib.rs"
doctest = true

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

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

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

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

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

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

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

[dependencies.qubit-rayon-executor]
version = "0.2"

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

[dependencies.qubit-tokio-executor]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["rt"]

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