[[bin]]
name = "catalyst"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.31"
[dependencies.colored]
version = "3.0.0"
[dependencies.dotenv]
version = "0.15.0"
[dependencies.regex]
version = "1.11.1"
[dependencies.reqwest]
features = ["json", "cookies"]
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["full"]
version = "1.44.0"
[dependencies.toml]
version = "0.8.20"
[lib]
name = "catalyst"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A lightweight API testing tool"
edition = "2024"
homepage = "https://github.com/caffeidine/catalyst"
keywords = ["testing", "api", "http", "cli", "e2e"]
license = "MPL-2.0"
name = "catalyst"
readme = "README.md"
repository = "https://github.com/caffeidine/catalyst"
version = "0.2.4"
[[test]]
name = "engine_assertions_tests"
path = "tests/engine_assertions_tests.rs"
[[test]]
name = "env_var_usage"
path = "tests/env_var_usage.rs"
[[test]]
name = "http_client_tests"
path = "tests/http_client_tests.rs"
[[test]]
name = "json_path_tests"
path = "tests/json_path_tests.rs"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"
[[test]]
name = "utils_string_tests"
path = "tests/utils_string_tests.rs"