xh 0.22.2

Friendly and fast tool for sending HTTP requests
[build-dependencies.syntect]
default-features = false
features = ["dump-create", "plist-load", "regex-onig", "yaml-load"]
version = "5.1"
[dependencies.anyhow]
version = "1.0.38"

[dependencies.brotli]
default-features = false
features = ["std"]
version = "3.3.0"

[dependencies.chardetng]
version = "0.1.15"

[dependencies.clap]
features = ["derive", "wrap_help", "string"]
version = "4.4"

[dependencies.clap_complete]
optional = true
version = "4.4"

[dependencies.cookie_store]
features = ["preserve_order"]
version = "0.20.0"

[dependencies.digest_auth]
version = "0.3.0"

[dependencies.dirs]
version = "5.0"

[dependencies.encoding_rs]
version = "0.8.28"

[dependencies.encoding_rs_io]
version = "0.1.7"

[dependencies.flate2]
version = "1.0.22"

[dependencies.indicatif]
version = "0.17"

[dependencies.jsonxf]
version = "1.1.0"

[dependencies.memchr]
version = "2.4.1"

[dependencies.mime]
version = "0.3.16"

[dependencies.mime2ext]
version = "0.1.0"

[dependencies.mime_guess]
version = "2.0"

[dependencies.once_cell]
version = "1.8.0"

[dependencies.os_display]
version = "0.1.3"

[dependencies.pem]
version = "3.0"

[dependencies.regex-lite]
version = "0.1.5"

[dependencies.reqwest]
default-features = false
features = ["json", "multipart", "blocking", "socks", "cookies", "http2", "macos-system-configuration"]
version = "0.12.3"

[dependencies.roff]
optional = true
version = "0.2.1"

[dependencies.rpassword]
version = "7.2.0"

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

[dependencies.serde-transcode]
version = "1.1.1"

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

[dependencies.serde_urlencoded]
version = "0.7.0"

[dependencies.syntect]
default-features = false
features = ["parsing", "dump-load", "regex-onig"]
version = "5.1"

[dependencies.termcolor]
version = "1.1.2"

[dependencies.time]
version = "0.3.16"

[dependencies.unicode-width]
version = "0.1.9"

[dependencies.url]
version = "2.2.2"
[dev-dependencies.assert_cmd]
version = "2.0.8"

[dev-dependencies.form_urlencoded]
version = "1.0.1"

[dev-dependencies.http-body-util]
version = "0.1.1"

[dev-dependencies.hyper]
features = ["server"]
version = "1.2"

[dev-dependencies.hyper-util]
features = ["server"]
version = "0.1.3"

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

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

[dev-dependencies.rand]
version = "0.8.3"

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

[dev-dependencies.tokio]
features = ["rt", "sync", "time"]
version = "1"

[features]
default = ["online-tests", "rustls", "network-interface"]
ipv6-tests = []
man-completion-gen = ["clap_complete", "roff"]
native-tls = ["reqwest/native-tls", "reqwest/native-tls-alpn"]
network-interface = ["dep:network-interface"]
online-tests = []
rustls = ["reqwest/rustls-tls", "reqwest/rustls-tls-webpki-roots", "reqwest/rustls-tls-native-roots"]

[package]
authors = ["ducaale <sharaf.13@hotmail.com>"]
categories = ["command-line-utilities"]
description = "Friendly and fast tool for sending HTTP requests"
documentation = "https://github.com/ducaale/xh"
edition = "2021"
exclude = ["assets/xhs", "assets/xhs.1.gz"]
homepage = "https://github.com/ducaale/xh"
keywords = ["http"]
license = "MIT"
name = "xh"
readme = "README.md"
repository = "https://github.com/ducaale/xh"
rust-version = "1.74.0"
version = "0.22.2"
[package.metadata.cross.build.env]
passthrough = ["CARGO_PROFILE_RELEASE_LTO"]

[package.metadata.deb]
assets = [["target/release/xh", "usr/bin/", "755"], ["assets/xhs", "usr/bin/", "777"], ["CHANGELOG.md", "usr/share/doc/xh/NEWS", "644"], ["README.md", "usr/share/doc/xh/README", "644"], ["doc/xh.1", "usr/share/man/man1/xh.1", "644"], ["assets/xhs.1.gz", "usr/share/man/man1/xhs.1.gz", "777"], ["completions/xh.bash", "usr/share/bash-completion/completions/xh", "644"], ["completions/xh.fish", "usr/share/fish/vendor_completions.d/xh.fish", "644"], ["completions/_xh", "usr/share/zsh/vendor-completions/", "644"]]
extended-description = "xh is a friendly and fast tool for sending HTTP requests.\nIt reimplements as much as possible of HTTPie's excellent design, with a focus\non improved performance.\n"
features = []
license-file = "LICENSE"
preserve-symlinks = true
section = "web"
[target."cfg(not(any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\")))".dependencies.network-interface]
optional = true
version = "1.0.0"