cc • 1.0.41A build-time dependency for Cargo build scripts to assist in invoking the native
C compiler to compile native C code into a static archive to be linked into Rust
code.
INDIRECT
0
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams.
Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
and raw deflate streams.
sha2 • 0.8.2Pure Rust implementation of the SHA-2 hash function family
including SHA-224, SHA-256, SHA-384, and SHA-512.
DIRECT
9
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust
INDIRECT
0
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at
compile time. It currently supports bits, unsigned integers, and signed
integers. It also provides a type-level array of type-level numbers, but its
implementation is incomplete.
INDIRECT
0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
INDIRECT
0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.
includedir • 0.5.0Include a whole directory tree at compile time! - Runtime part
DIRECT
8
CC0-1.01
Package
Relation
Dependencies
Published
secp256k1 • 0.15.5Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.
DIRECT
21
BSD-2-Clause1
Package
Relation
Dependencies
Published
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.
INDIRECT
1
non-standard1
Package
Relation
Dependencies
Published
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generator
INDIRECT
0
Apache-2.0 OR MIT OR Zlib1
Package
Relation
Dependencies
Published
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on miniz
INDIRECT
1
ISC1
Package
Relation
Dependencies
Published
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructions
INDIRECT
2
0BSD OR Apache-2.0 OR MIT1
Package
Relation
Dependencies
Published
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksum