licenses.dev

bitcoin-utils v0.1.3

A collection of utilities for working with bitcoin

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT18
PackageRelationDependenciesPublished
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
block-buffer • 0.9.0Buffer type for block processing of dataINDIRECT3
cc • 1.1.31A 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. INDIRECT1
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. INDIRECT0
cpufeatures • 0.2.14Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
opaque-debug • 0.3.1Macro for opaque Debug trait implementationINDIRECT0
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT1
sha2 • 0.10.5Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
sha2 • 0.9.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT7
PackageRelationDependenciesPublished
bech32 • 0.8.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
bech32 • 0.9.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
binary-utils • 0.1.1Binary utilitiesINDIRECT0
bitcoin-address • 0.1.5Utilities for bitcoin addressesDIRECT0
bitcoin-bech32 • 0.12.1Encodes and decodes Bitcoin Segregated Witness addresses in Bech32DIRECT1
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
hex-utilities • 0.1.5Utilities for working with hexadecimal numbersDIRECT1
CC0-1.04
PackageRelationDependenciesPublished
bitcoin_hashes • 0.11.0Hash functions used by the rust-bitcoin eccosystemINDIRECT0
bitcoin • 0.29.1General purpose library for using and interoperating with Bitcoin.DIRECT8
secp256k1-sys • 0.6.1FFI for Pieter Wuille's `libsecp256k1` library.INDIRECT2
secp256k1 • 0.24.3Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.DIRECT6
Apache-2.0 AND MIT1
PackageRelationDependenciesPublished
sha256 • 1.0.3sha256 crypto digestDIRECT11
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/bitcoin-utils)](https://licenses.dev/cargo/bitcoin-utils)
<a href="https://licenses.dev/cargo/bitcoin-utils">
  <img src="https://licenses.dev/b/cargo/bitcoin-utils" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.3 version:

[![licenses](https://licenses.dev/b/cargo/bitcoin-utils/0.1.3)](https://licenses.dev/cargo/bitcoin-utils/0.1.3)
<a href="https://licenses.dev/cargo/bitcoin-utils/0.1.3">
  <img src="https://licenses.dev/b/cargo/bitcoin-utils/0.1.3" alt="licenses" />
</a>
GitHub