| [package] | |
| name = "bex-js" | |
| version = "2.0.0" | |
| edition = "2021" | |
| description = "QuickJS worker pool for Bex Engine v6 — safe, sandboxed JS execution for WASM plugins" | |
| [dependencies] | |
| rquickjs = { version = "0.11", features = ["parallel", "futures", "allocator"] } | |
| parking_lot = "0.12" | |
| crossbeam-channel = "0.5" | |
| thiserror = "2" | |
| tracing = "0.1" | |
| rand = "0.8" | |
| base64 = "0.22" | |