# 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 = "barb" version = "0.4.3" description = "Command-line tool to perform file-based HTTP(s) requests." readme = "README.md" keywords = ["http", "request", "postman", "rest", "api"] categories = ["command-line-utilities", "network-programming", "web-programming"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/guillaume54/barb" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.colored_json] version = "2.1" [dependencies.dotenv] version = "0.15.0" [dependencies.jq-rs] version = "0.4" optional = true [dependencies.jsonformat] version = "1.2" [dependencies.jsonpath-rust] version = "0.1" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0" [dependencies.ureq] version = "2.3.1" features = ["json"] [features] default = [] jq = ["jq-rs"]