zapreq 0.1.4

A fast, friendly HTTP client for the terminal
Documentation
# 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 = "zapreq"
version = "0.1.4"
authors = ["Muhammad Faizan <mfkhalil683@gmail.com>"]
build = false
exclude = [
    ".github",
    "reengineering_outputs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, friendly HTTP client for the terminal"
homepage = "https://github.com/MFAIZAN20/zapreq"
documentation = "https://docs.rs/zapreq"
readme = "README.md"
keywords = [
    "http",
    "cli",
    "rest",
    "api",
    "curl",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MFAIZAN20/zapreq"

[features]
default = []
dynamic-plugins = ["dep:libloading"]

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

[[bin]]
name = "http"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.atty]
version = "0.2"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "suggestions",
    "wrap_help",
]

[dependencies.colored]
version = "2"

[dependencies.console]
version = "0.15"

[dependencies.dirs]
version = "5"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.indicatif]
version = "0.17"

[dependencies.libloading]
version = "0.8"
optional = true

[dependencies.md-5]
version = "0.10"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "multipart",
    "cookies",
    "gzip",
    "brotli",
    "deflate",
    "native-tls",
]

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.syntect]
version = "5"

[dependencies.thiserror]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.xmltree]
version = "0.10"

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

[dev-dependencies.mockito]
version = "1"

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

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