kuiper 0.0.9

An easy-to-use HTTP integration testing tool
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "kuiper"
version = "0.0.9"
authors = ["Isak Jägberg <ijagberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy-to-use HTTP integration testing tool"
homepage = "https://github.com/ijagberg/kuiper"
readme = "README.md"
keywords = [
    "postman",
    "integration",
    "requests",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/ijagberg/kuiper"

[[bin]]
name = "kuiper"
path = "src/main.rs"

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
version = "4.5.38"
features = ["derive"]

[dependencies.dotenv]
version = "0.15.0"

[dependencies.jiff]
version = "0.2.13"

[dependencies.log]
version = "0.4.22"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.reqwest]
version = "0.12.7"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.uuid]
version = "1.16.0"
features = ["v4"]

[dev-dependencies.test-log]
version = "0.2.17"