[dependencies.async-std]
optional = true
version = "1.10"
[dependencies.tokio]
default-features = false
features = ["rt"]
optional = true
version = "1.12"
[features]
[package]
authors = ["Christoph Hommelsheim <main@chommel.eu>"]
categories = ["asynchronous"]
description = "Abstractions of some async runtimes"
edition = "2021"
keywords = ["async", "executor", "pulz"]
license = "MIT OR Apache-2.0"
name = "pulz-executor"
readme = "README.md"
repository = "https://github.com/HellButcher/pulz.git"
resolver = "2"
version = "0.1.0-alpha"
[package.metadata.docs.rs]
features = ["tokio", "async-std"]
[target."cfg(not(target_os = \"unknown\"))".dev-dependencies.async-std]
features = ["attributes"]
version = "1.10"