# 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 = "treq" version = "1.2.0" authors = ["Talis-Fb"] description = "A Cli client to make HTTP requests for Hacker Users" homepage = "https://github.com/talis-fb/TReq" documentation = "https://github.com/talis-fb/TReq" readme = "README.md" keywords = [ "cli", "http", "client", "terminal", "restful", ] categories = ["command-line-interface"] license = "GPL-3.0" repository = "https://github.com/talis-fb/TReq" [dependencies.anyhow] version = "1.0.75" [dependencies.async-trait] version = "0.1.73" [dependencies.clap] version = "4.4.7" features = [ "derive", "cargo", ] [dependencies.crossterm] version = "0.27.0" [dependencies.dialoguer] version = "0.11" [dependencies.directories] version = "5.0.1" [dependencies.indicatif] version = "0.17.7" [dependencies.mockall] version = "0.11.4" [dependencies.predicates] version = "3.1.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.11.22" features = ["rustls-tls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.uuid] version = "1.5.0" features = [ "v4", "fast-rng", ] [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [features] run_e2e_tests = []