licenses.dev

payjoin v0.5.0-alpha

Payjoin Library for the BIP78 Pay to Endpoint protocol.

Published on

Licenses

Learn more about license information.

Package Licenses

MITNFA

Dependency Licenses

Apache-2.0 OR MIT117
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
base64-compat • 1.0.0encodes and decodes base64 as bytes or utf8 - compatible with older Rust versionsINDIRECT1
base64 • 0.13.1encodes and decodes base64 as bytes or utf8DIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.19.0A fast bump allocation arena for Rust.INDIRECT0
bzip2-sys • 0.1.13+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT3
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT5
cc • 1.2.28A 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.1A 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
chunked_transfer • 1.5.0Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)INDIRECT0
const_fn • 0.4.11A lightweight attribute for easy generation of const functions with conditional compilations. INDIRECT0
cookie_store • 0.12.0Implementation of Cookie storage and retrievalINDIRECT60
cookie • 0.14.4HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. INDIRECT44
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment variable. DIRECT24
errno • 0.3.13Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
filetime • 0.2.15Platform-agnostic accessors of timestamps in File metadata INDIRECT7
flate2 • 1.0.22DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT6
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.3.3A small cross-platform library for retrieving random data from system sourceINDIRECT6
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
home • 0.5.11Shared definitions of home directories.INDIRECT10
humantime • 2.2.0A parser and formatter for std::time::{Duration, SystemTime}INDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 0.2.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT5
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.77Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT14
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.27A lightweight logging facade for Rust DIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
percent-encoding-rfc3986 • 0.1.3RFC3986-compliant percent encoding and decodingINDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
publicsuffix • 1.5.6Extract root domain and suffix from a domain nameINDIRECT15
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc_version • 0.2.3A library for querying the version of a installed rustc compilerINDIRECT2
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
semver-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.9.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
standback • 0.2.17New standard library, old compiler.INDIRECT1
stdweb-derive • 0.5.3Derive macros for the `stdweb` crateINDIRECT7
stdweb-internal-macros • 0.2.9Internal procedural macros for the `stdweb` crateINDIRECT14
stdweb-internal-runtime • 0.1.5Internal runtime for the `stdweb` crateINDIRECT0
stdweb • 0.4.20A standard library for the client-side WebINDIRECT31
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
tar • 0.4.40A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. INDIRECT9
tempfile • 3.20.0A library for managing temporary files and directories.INDIRECT32
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
time-macros-impl • 0.1.2Procedural macros for the time crate.INDIRECT7
time-macros • 0.1.1 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT8
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
time • 0.2.27Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT42
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
ureq • 1.5.5Simple, safe HTTP clientINDIRECT75
url • 2.5.4URL library for Rust, based on the WHATWG URL StandardDIRECT12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.100Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.100The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.100Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.100Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.100Easy support for interacting between JS and Rust. INDIRECT13
web-sys • 0.3.77Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT15
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.INDIRECT0
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.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-sys • 0.60.2Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
windows-targets • 0.53.2Import libs for WindowsINDIRECT8
xattr • 1.1.1unix extended filesystem attributesINDIRECT1
MIT11
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
base-x • 0.2.11Encode/decode any baseINDIRECT0
bech32 • 0.9.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
bitcoind • 0.27.1Utility to run a regtest bitcoind process, useful in integration testing environmentDIRECT148
discard • 1.0.4Discard trait which allows for intentionally leaking memoryINDIRECT0
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
qstring • 0.7.2Query string parserINDIRECT1
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
spin • 0.5.2Spin-based synchronization primitivesINDIRECT0
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT37
zip • 0.5.13Library to support the reading and writing of zip files. INDIRECT24
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception8
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.15Generated bindings for Linux's userspace APIINDIRECT0
linux-raw-sys • 0.9.4Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
rustix • 1.0.7Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT24
wasi • 0.10.0+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
wasi • 0.11.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.14.2+wasi-0.2.4WASI API bindings for RustINDIRECT2
wit-bindgen-rt • 0.39.0Runtime support for the `wit-bindgen` crate INDIRECT1
CC0-1.07
PackageRelationDependenciesPublished
bitcoin_hashes • 0.11.0Hash functions used by the rust-bitcoin eccosystemINDIRECT6
bitcoin • 0.29.2General purpose library for using and interoperating with Bitcoin.DIRECT12
bitcoincore-rpc-json • 0.16.0JSON-enabled type structs for bitcoincore-rpc crate.INDIRECT17
bitcoincore-rpc • 0.16.0RPC client library for the Bitcoin Core JSON-RPC API.INDIRECT22
jsonrpc • 0.12.1Rust support for the JSON-RPC 2.0 protocolINDIRECT12
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.INDIRECT10
MIT OR Unlicense5
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
miniz_oxide • 0.4.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.9.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.0 OR ISC OR MIT2
PackageRelationDependenciesPublished
rustls • 0.19.1Rustls is a modern TLS library written in Rust.INDIRECT28
sct • 0.6.1Certificate transparency SCT verification libraryINDIRECT25
non-standard2
PackageRelationDependenciesPublished
ring • 0.16.20An experiment.INDIRECT24
webpki • 0.21.4Web PKI X.509 Certificate Verification.INDIRECT25
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.1.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-3-Clause2
PackageRelationDependenciesPublished
sha1_smol • 1.0.1Minimal dependency-free implementation of SHA1 for Rust.INDIRECT0
sha1 • 0.6.1SHA-1 hash functionINDIRECT1
MITNFA1
PackageRelationDependenciesPublished
bip21 • 0.2.0Rust-idiomatic, compliant, flexible and performant BIP21 crate.DIRECT14
MPL-2.01
PackageRelationDependenciesPublished
webpki-roots • 0.21.1Mozilla's CA root certificates for use with webpkiINDIRECT26
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
ISC1
PackageRelationDependenciesPublished
untrusted • 0.7.1Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.INDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.0-alpha version:

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