[package] name = "bex-runtime" version = "4.0.0" edition = "2021" description = "Bex WASM Plugin Engine — Pure C ABI runtime" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] bex-types = { workspace = true } bex-pkg = { workspace = true } bex-db = { workspace = true } bex-core = { workspace = true } bex-wire = { path = "../bex-wire" } anyhow = { workspace = true } tokio = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tracing = { workspace = true } dashmap = "5" parking_lot = "0.12" tokio-util = { version = "0.7", features = ["rt"] } thiserror = "1"