# 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 = "2021" name = "kuiper" version = "0.0.6" authors = ["Isak Jägberg "] build = 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.clap] version = "4.5.18" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.libkuiper] version = "0.0.6" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ]