some_executor 0.6.3

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

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

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

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

[dependencies.atomic-waker]
version = "1.1.2"

[dependencies.continue]
version = "0.1"

[dependencies.priority]
version = "0.1.1"

[dependencies.wasm_safe_thread]
version = "0.1.0"

[dev-dependencies.test_executors]
version = "0.4.1"

[target.'cfg(target_arch="wasm32")'.dependencies.js-sys]
version = "0.3.77"

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

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

[target.'cfg(target_arch="wasm32")'.dependencies.web-sys]
version = "0.3.76"
features = ["console"]

[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"