some_global_executor 0.1.3

Reference thread-per-core executor for the some_executor crate.
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_global_executor"
version = "0.1.3"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference thread-per-core executor for the some_executor crate."
homepage = "https://sealedabstract.com/code/some_global_executor"
readme = "README.md"
keywords = [
    "async",
    "executor",
    "non-blocking",
    "futures",
]
categories = [
    "asynchronous",
    "concurrency",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drewcrawford/some_global_executor"

[features]
logwise_internal = []

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

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

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

[dependencies.logwise]
version = "0.5.0"

[dependencies.some_executor]
version = "0.6.1"

[dev-dependencies.continue]
version = "0.1.1"

[dev-dependencies.num_cpus]
version = "1.17.0"

[dev-dependencies.portable_async_sleep]
version = "0.1.1"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.crossbeam-channel]
version = "0.5.15"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.num_cpus]
version = "1.17.0"

[target.'cfg(target_arch="wasm32")'.dependencies.continue]
version = "0.1.1"

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

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

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

[target.'cfg(target_arch="wasm32")'.dependencies.wasm_safe_thread]
version = "0.1.1"

[target.'cfg(target_arch="wasm32")'.dependencies.web-sys]
version = "0.3.77"
features = [
    "Worker",
    "Blob",
    "Url",
    "WorkerOptions",
    "WorkerType",
    "WorkerGlobalScope",
]

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