[dependencies.colored]
version = "3.0.0"
[dependencies.glob]
version = "0.3.2"
[dependencies.once_cell]
optional = true
version = "1.21.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["rt-multi-thread"]
optional = true
version = "1.44.2"
[features]
async-tokio = ["tokio", "once_cell"]
default = []
[lib]
name = "testify_core"
path = "src/lib.rs"
[package]
authors = ["Rafael Bradley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The core library for the testify framework, providing the core functionality and utilities."
edition = "2024"
homepage = "https://github.com/Nekidev/testify"
license = "MIT"
name = "testify_core"
readme = false
version = "0.1.1"