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
|
Source: rust-hyper
Section: rust
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
cargo:native <!nocheck>,
rustc:native (>= 1.63) <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-bytes-1+default-dev (>= 1.2-~~) <!nocheck>,
librust-http-1+default-dev <!nocheck>,
librust-http-body-1+default-dev <!nocheck>,
librust-tokio-1+default-dev <!nocheck>,
librust-tokio-1+sync-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
kpcyrd <git@rxv.cc>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/hyper]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/hyper
Homepage: https://hyper.rs
X-Cargo-Crate: hyper
Rules-Requires-Root: no
Package: librust-hyper-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-bytes-1+default-dev (>= 1.2-~~),
librust-futures-channel-0.3+default-dev,
librust-futures-util-0.3-dev,
librust-h2-0.4+default-dev (>= 0.4.2-~~),
librust-http-1+default-dev,
librust-http-body-1+default-dev,
librust-http-body-util-0.1+default-dev,
librust-httparse-1+default-dev (>= 1.8-~~),
librust-httpdate-1+default-dev,
librust-itoa-1+default-dev,
librust-pin-project-lite-0.2+default-dev (>= 0.2.4-~~),
librust-smallvec-1+const-generics-dev (>= 1.12-~~),
librust-smallvec-1+const-new-dev (>= 1.12-~~),
librust-smallvec-1+default-dev (>= 1.12-~~),
librust-tokio-1+default-dev,
librust-tokio-1+sync-dev,
librust-want-0.3+default-dev
Provides:
librust-hyper+capi-dev (= ${binary:Version}),
librust-hyper+client-dev (= ${binary:Version}),
librust-hyper+default-dev (= ${binary:Version}),
librust-hyper+full-dev (= ${binary:Version}),
librust-hyper+http-body-util-dev (= ${binary:Version}),
librust-hyper+http1-dev (= ${binary:Version}),
librust-hyper+http2-dev (= ${binary:Version}),
librust-hyper+server-dev (= ${binary:Version}),
librust-hyper-1-dev (= ${binary:Version}),
librust-hyper-1+capi-dev (= ${binary:Version}),
librust-hyper-1+client-dev (= ${binary:Version}),
librust-hyper-1+default-dev (= ${binary:Version}),
librust-hyper-1+full-dev (= ${binary:Version}),
librust-hyper-1+http-body-util-dev (= ${binary:Version}),
librust-hyper-1+http1-dev (= ${binary:Version}),
librust-hyper-1+http2-dev (= ${binary:Version}),
librust-hyper-1+server-dev (= ${binary:Version}),
librust-hyper-1.5-dev (= ${binary:Version}),
librust-hyper-1.5+capi-dev (= ${binary:Version}),
librust-hyper-1.5+client-dev (= ${binary:Version}),
librust-hyper-1.5+default-dev (= ${binary:Version}),
librust-hyper-1.5+full-dev (= ${binary:Version}),
librust-hyper-1.5+http-body-util-dev (= ${binary:Version}),
librust-hyper-1.5+http1-dev (= ${binary:Version}),
librust-hyper-1.5+http2-dev (= ${binary:Version}),
librust-hyper-1.5+server-dev (= ${binary:Version}),
librust-hyper-1.5.2-dev (= ${binary:Version}),
librust-hyper-1.5.2+capi-dev (= ${binary:Version}),
librust-hyper-1.5.2+client-dev (= ${binary:Version}),
librust-hyper-1.5.2+default-dev (= ${binary:Version}),
librust-hyper-1.5.2+full-dev (= ${binary:Version}),
librust-hyper-1.5.2+http-body-util-dev (= ${binary:Version}),
librust-hyper-1.5.2+http1-dev (= ${binary:Version}),
librust-hyper-1.5.2+http2-dev (= ${binary:Version}),
librust-hyper-1.5.2+server-dev (= ${binary:Version})
Description: Protective and efficient HTTP library for all - Rust source code
Source code for Debianized Rust crate "hyper"
|