1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: rust-xh
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
dh-shell-completions
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.74.0),
libstd-rust-dev,
librust-anyhow-1+default-dev (>= 1.0.38-~~),
librust-brotli+std-dev (<< 9-~~),
librust-brotli+std-dev (>= 6-~~),
librust-chardetng-0.1+default-dev (>= 0.1.15-~~),
librust-clap-4+default-dev (>= 4.4-~~),
librust-clap-4+derive-dev (>= 4.4-~~),
librust-clap-4+string-dev (>= 4.4-~~),
librust-clap-4+wrap-help-dev (>= 4.4-~~),
librust-clap-complete-4+default-dev (>= 4.4-~~),
librust-cookie-store-0.22+default-dev,
librust-cookie-store-0.22+preserve-order-dev,
librust-dirs+default-dev (<< 7-~~),
librust-dirs+default-dev (>= 5.0-~~),
librust-encoding-rs-0.8+default-dev (>= 0.8.28-~~),
librust-encoding-rs-io-0.1+default-dev (>= 0.1.7-~~),
librust-env-logger-0.11+auto-color-dev (>= 0.11.3-~~),
librust-env-logger-0.11+color-dev (>= 0.11.3-~~),
librust-env-logger-0.11+humantime-dev (>= 0.11.3-~~),
librust-flate2-1+default-dev (>= 1.0.22-~~),
librust-http-auth-0.1+default-dev,
librust-humantime-2+default-dev (>= 2.2.0-~~),
librust-hyper-1-dev (>= 1.2-~~),
librust-indicatif-0.17+default-dev,
librust-log-0.4+default-dev (>= 0.4.21-~~),
librust-memchr-2+default-dev (>= 2.4.1-~~),
librust-mime-0.3+default-dev (>= 0.3.16-~~),
librust-mime-guess-2+default-dev,
librust-once-cell-1+default-dev (>= 1.8.0-~~),
librust-os-display-0.1+default-dev (>= 0.1.3-~~),
librust-pem-3+default-dev,
librust-percent-encoding-2+default-dev (>= 2.3.1-~~),
librust-regex-lite-0.1+default-dev (>= 0.1.5-~~),
librust-reqwest-0.12+blocking-dev (>= 0.12.3-~~),
librust-reqwest-0.12+cookies-dev (>= 0.12.3-~~),
librust-reqwest-0.12+http2-dev (>= 0.12.3-~~),
librust-reqwest-0.12+json-dev (>= 0.12.3-~~),
librust-reqwest-0.12+multipart-dev (>= 0.12.3-~~),
librust-reqwest-0.12+native-tls-alpn-dev (>= 0.12.3-~~),
librust-reqwest-0.12+native-tls-dev (>= 0.12.3-~~),
librust-reqwest-0.12+socks-dev (>= 0.12.3-~~),
librust-roff-0.2+default-dev (>= 0.2.1-~~),
librust-rpassword-7+default-dev (>= 7.2.0-~~),
librust-ruzstd-0.7+std-dev,
librust-sanitize-filename-0.6+default-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-json-1+default-dev,
librust-serde-json-1+preserve-order-dev,
librust-serde-urlencoded-0.7+default-dev,
librust-supports-hyperlinks-3+default-dev,
librust-syntect-5+dump-create-dev (>= 5.1-~~),
librust-syntect-5+dump-load-dev (>= 5.1-~~),
librust-syntect-5+parsing-dev (>= 5.1-~~),
librust-syntect-5+plist-load-dev (>= 5.1-~~),
librust-syntect-5+regex-onig-dev (>= 5.1-~~),
librust-syntect-5+yaml-load-dev (>= 5.1-~~),
librust-termcolor-1+default-dev (>= 1.1.2-~~),
librust-time-0.3+default-dev (>= 0.3.16-~~),
librust-tracing-0.1+log-dev (>= 0.1.41-~~),
librust-unicode-width-0.1+default-dev (>= 0.1.9-~~),
librust-url-2+default-dev (>= 2.2.2-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Blair Noctis <ncts@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/xh]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/xh
Homepage: https://github.com/ducaale/xh
X-Cargo-Crate: xh
Package: xh
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Friendly and fast tool for sending HTTP requests
xh reimplements as much as possible the design of HTTPie, a more ergonomic
and friendly frontend for curl, with a focus on improved performance.
It's not a curl frontend itself, however.
|