some_executor 0.2.1

A trait for libraries that abstract over any executor
Documentation
[dependencies.priority]
version = "0.1.1"

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

[package]
authors = ["Drew Crawford <drew@sealedabstract.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A trait for libraries that abstract over any executor"
edition = "2021"
exclude = [".*", "art"]
homepage = "https://sealedabstract.com/code/some_executor"
keywords = ["async", "rumtime", "agnostic", "trait"]
license = "MIT OR Apache-2.0"
name = "some_executor"
readme = "README.md"
repository = "https://github.com/drewcrawford/some_executor"
rust-version = "1.75.0"
version = "0.2.1"

[target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch="wasm32")'.dependencies.web-time]
version = "1.1"

[target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.45"