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
|
Source: rust-bounded-static
Section: rust
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
librust-ahash-0.8+std-dev,
librust-chrono-0.4+clock-dev,
librust-chrono-0.4+std-dev,
librust-proc-macro2-1+default-dev,
librust-quote-1+default-dev,
librust-smallvec-1-dev,
librust-smartstring-1-dev,
librust-smol-str-0.2-dev,
librust-syn-2+default-dev,
librust-syn-2+full-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-bounded-static.git
Vcs-Browser: https://salsa.debian.org/debian/rust-bounded-static
Homepage: https://github.com/fujiapple852/bounded-static
Rules-Requires-Root: no
Package: librust-bounded-static-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-ahash-0.8+std-dev,
librust-bounded-static-derive-0.8+default-dev,
librust-chrono-0.4+clock-dev,
librust-chrono-0.4+std-dev,
librust-smallvec-1-dev,
librust-smartstring-1-dev,
librust-smol-str-0.2-dev,
${misc:Depends},
Provides:
librust-bounded-static-0-dev (= ${binary:Version}),
librust-bounded-static-0.8+ahash-dev (= ${binary:Version}),
librust-bounded-static-0.8+alloc-dev (= ${binary:Version}),
librust-bounded-static-0.8+chrono-clock-dev (= ${binary:Version}),
librust-bounded-static-0.8+collections-dev (= ${binary:Version}),
librust-bounded-static-0.8+default-dev (= ${binary:Version}),
librust-bounded-static-0.8+derive-dev (= ${binary:Version}),
librust-bounded-static-0.8+smallvec-dev (= ${binary:Version}),
librust-bounded-static-0.8+smartstring-dev (= ${binary:Version}),
librust-bounded-static-0.8+smol-str-dev (= ${binary:Version}),
librust-bounded-static-0.8+std-dev (= ${binary:Version}),
librust-bounded-static-0.8-dev (= ${binary:Version}),
librust-bounded-static-0.8.0-dev (= ${binary:Version}),
Description: ToBoundedStatic and IntoBoundedStatic traits - Rust source code
The bounded-static crate defines the ToBoundedStatic
and IntoBoundedStatic traits,
the ToStatic macro and provides implementations for common types.
This crate has zero-dependencies, is no_std friendly
and forbids unsafe code.
.
This package contains the source
for the Rust bounded-static crate,
for use with cargo.
Package: librust-bounded-static-derive-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-proc-macro2-1+default-dev,
librust-quote-1+default-dev,
librust-syn-2+default-dev,
librust-syn-2+full-dev,
${misc:Depends},
Provides:
librust-bounded-static-derive-0-dev (= ${binary:Version}),
librust-bounded-static-derive-0.8+default-dev (= ${binary:Version}),
librust-bounded-static-derive-0.8-dev (= ${binary:Version}),
librust-bounded-static-derive-0.8.0-dev (= ${binary:Version}),
Description: macro to derive ToBoundedStatic and IntoBoundedStatic traits - Rust source code
The bounded-static-derive crate provides the ToStatic macro
which can be used to derive implementations
of the ToBoundedStatic and IntoBoundedStatic traits
for all struct and enum that can be converted
to a form that is bounded by 'static.
.
The ToStatic macro should be used via the bounded-static crate
rather than using this crate directly.
.
This package contains the source
for the Rust bounded-static-derive crate,
for use with cargo.
|