# 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 = "reqq" version = "0.4.0" authors = ["Seth Etter "] description = "A tool for sending predefined HTTP requests in your projects." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.handlebars] version = "4.4.0" [dependencies.http] version = "0.2.1" [dependencies.regex] version = "1.3.9" [dependencies.reqwest] version = "0.11.22" features = ["blocking"] [dependencies.serde] version = "1.0.114" [dependencies.serde_json] version = "1.0.57" [dependencies.url] version = "2.1.1" [dependencies.walkdir] version = "2.3.1"