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
|
Source: rust-ed25519-compact
Section: rust
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-ct-codecs-1+default-dev (>= 1.1) <!nocheck>,
librust-getrandom-0.4+default-dev <!nocheck>,
librust-getrandom-0.4+wasm-js-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
Fabian Grünbichler <debian@fabian.gruenbichler.email>
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/ed25519-compact]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/ed25519-compact
Homepage: https://github.com/jedisct1/rust-ed25519-compact
X-Cargo-Crate: ed25519-compact
X-Cargo-Crate-Version: 2.2.0
Package: librust-ed25519-compact-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-ct-codecs-1+default-dev (>= 1.1),
librust-getrandom-0.4+default-dev,
librust-getrandom-0.4+wasm-js-dev
Provides:
librust-ed25519-compact+blind-keys-dev (= ${binary:Version}),
librust-ed25519-compact+ct-codecs-dev (= ${binary:Version}),
librust-ed25519-compact+default-dev (= ${binary:Version}),
librust-ed25519-compact+disable-signatures-dev (= ${binary:Version}),
librust-ed25519-compact+getrandom-dev (= ${binary:Version}),
librust-ed25519-compact+opt-size-dev (= ${binary:Version}),
librust-ed25519-compact+pem-dev (= ${binary:Version}),
librust-ed25519-compact+random-dev (= ${binary:Version}),
librust-ed25519-compact+self-verify-dev (= ${binary:Version}),
librust-ed25519-compact+std-dev (= ${binary:Version}),
librust-ed25519-compact+x25519-dev (= ${binary:Version}),
librust-ed25519-compact-2-dev (= ${binary:Version}),
librust-ed25519-compact-2+blind-keys-dev (= ${binary:Version}),
librust-ed25519-compact-2+ct-codecs-dev (= ${binary:Version}),
librust-ed25519-compact-2+default-dev (= ${binary:Version}),
librust-ed25519-compact-2+disable-signatures-dev (= ${binary:Version}),
librust-ed25519-compact-2+getrandom-dev (= ${binary:Version}),
librust-ed25519-compact-2+opt-size-dev (= ${binary:Version}),
librust-ed25519-compact-2+pem-dev (= ${binary:Version}),
librust-ed25519-compact-2+random-dev (= ${binary:Version}),
librust-ed25519-compact-2+self-verify-dev (= ${binary:Version}),
librust-ed25519-compact-2+std-dev (= ${binary:Version}),
librust-ed25519-compact-2+x25519-dev (= ${binary:Version}),
librust-ed25519-compact-2.2-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+blind-keys-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+ct-codecs-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+default-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+disable-signatures-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+getrandom-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+opt-size-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+pem-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+random-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+self-verify-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+std-dev (= ${binary:Version}),
librust-ed25519-compact-2.2+x25519-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+blind-keys-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+ct-codecs-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+default-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+disable-signatures-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+getrandom-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+opt-size-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+pem-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+random-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+self-verify-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+std-dev (= ${binary:Version}),
librust-ed25519-compact-2.2.0+x25519-dev (= ${binary:Version})
Description: Small, self-contained, wasm-friendly Ed25519 implementation - Rust source code
Source code for Debianized Rust crate "ed25519-compact"
|