# 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" rust-version = "1.74" name = "hitt" version = "0.0.9" authors = ["Mads Hougesen "] description = "command line HTTP testing tool focused on speed and simplicity" homepage = "https://hitt.mhouge.dk" documentation = "https://github.com/hougesen/hitt#readme" readme = "README.md" keywords = [ "http", "cli", "testing", "sse", "server-sent-events", ] categories = [ "command-line-utilities", "development-tools", "web-programming", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/hougesen/hitt" [[bin]] name = "hitt" path = "src/main.rs" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.clap_complete] version = "4.5.5" [dependencies.crossterm] version = "0.27.0" [dependencies.futures] version = "0.3.30" [dependencies.hitt-formatter] version = "0.0.9" [dependencies.hitt-parser] version = "0.0.9" [dependencies.hitt-request] version = "0.0.9" [dependencies.hitt-sse] version = "0.0.9" [dependencies.http] version = "1.1.0" [dependencies.ignore] version = "0.4.22" [dependencies.reqwest] version = "0.12.4" [dependencies.tokio] version = "1.38.0" features = [ "fs", "macros", "rt-multi-thread", ] [dev-dependencies.tempfile] version = "3.10.1"