[package]
name = "hamelin_executor"
description = "Common package for executing Hamelin across different backends"
version.workspace = true
readme.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
license-file.workspace = true
[lints]
workspace = true
[lib]
doctest = false
[dependencies]
hamelin_lib.workspace = true
anyhow.workspace = true
async-trait.workspace = true
bon.workspace = true
derive_more.workspace = true
expanduser.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
comfy-table = { workspace = true, features = ["tty"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
comfy-table.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true