mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-18 12:13:07 +00:00
28 lines
863 B
TOML
28 lines
863 B
TOML
[package]
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
name = "testing-framework-core"
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
version = "0.1.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
futures = { default-features = false, features = ["std"], version = "0.3" }
|
|
parking_lot = { workspace = true }
|
|
prometheus-http-query = "0.8"
|
|
rand = { workspace = true }
|
|
reqwest = { features = ["json"], workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { features = ["macros", "process", "rt-multi-thread", "time"], workspace = true }
|
|
tracing = { workspace = true }
|