xs-http 0.1.0

Instant HTTP API testing suite - type-safe alternative to Postman/curl
Documentation
[[bin]]
name = "x-http"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.dialoguer]
version = "0.11"

[dependencies.reqwest]
features = ["json", "blocking", "cookies"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.syntect]
version = "5.2"

[dependencies.tabled]
version = "0.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.wiremock]
version = "0.6"

[lib]
name = "x_http"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "command-line-utilities", "web-programming::http-client"]
description = "Instant HTTP API testing suite - type-safe alternative to Postman/curl"
edition = "2021"
keywords = ["http", "testing", "api", "cli", "rest"]
license = "MIT"
name = "xs-http"
readme = "README.md"
repository = "https://github.com/polysystems/x-http"
version = "0.1.0"