[[bin]]
name = "catalyst"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.31"
[dependencies.colored]
version = "3.0.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.1"
[[test]]
name = "assertions_test"
path = "tests/assertions_test.rs"
[[test]]
name = "simple_test"
path = "tests/simple_test.rs"