2025-12-01 12:48:39 +01:00
|
|
|
[package]
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
name = "testing-framework-workflows"
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-13 06:01:13 +01:00
|
|
|
async-trait = "0.1"
|
|
|
|
|
chain-service = { workspace = true }
|
|
|
|
|
executor-http-client = { workspace = true }
|
|
|
|
|
futures = "0.3"
|
|
|
|
|
key-management-system-service = { workspace = true }
|
|
|
|
|
nomos-core = { workspace = true }
|
|
|
|
|
rand = { workspace = true }
|
2025-12-16 21:20:27 +01:00
|
|
|
reqwest = { workspace = true }
|
2025-12-13 06:01:13 +01:00
|
|
|
testing-framework-config = { workspace = true }
|
|
|
|
|
testing-framework-core = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
|
|
|
tracing = { workspace = true }
|
2025-12-10 05:48:44 +01:00
|
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
|
ignored = ["chain-service"]
|