[package]
name = "evy_engine_tasks"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "evy: AMX and ANE worker pools for the engine dispatch DAG"
[dependencies]
evy_platform_caps = { path = "../evy_platform_caps" }
# acpu (AMX) and rane (ANE) are Apple Silicon only. On other targets the
# pools compile but return PoolError::Unsupported on every operation.
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
acpu = { workspace = true }
rane = { workspace = true }