licenses.dev

ckb-proposal-table v0.107.0

The CKB proposal table

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT61
PackageRelationDependenciesPublished
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
cty • 0.2.2Type aliases to C types like c_int for use with bindgenINDIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
heapsize • 0.4.2Infrastructure for measuring the total runtime size of an object on the heapINDIRECT3
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
linked-hash-map • 0.5.6A HashMap wrapper that holds key-value pairs in insertion orderINDIRECT6
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
numext-constructor • 0.1.6Fixed-size uint and hash constructor.INDIRECT4
numext-fixed-uint-core • 0.1.6A internal crate used by numext-fixed-uint.INDIRECT27
numext-fixed-uint-hack • 0.1.6A internal crate used by numext-fixed-uint.INDIRECT28
numext-fixed-uint • 0.1.6Fixed-size uint types.INDIRECT29
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_pcg • 0.2.1Selected PCG random number generators INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT16
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
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A 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
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.85Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
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.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT36
PackageRelationDependenciesPublished
blake2b-ref • 0.2.1A `no_std` BLAKE2B implementation.INDIRECT0
blake2b-rs • 0.2.0Rust bindings for the official Blake2b C implementationINDIRECT3
bytes • 1.8.0Types and traits for working with bytesINDIRECT6
ckb-chain-spec • 0.107.0The CKB block chain specificationDIRECT112
ckb-channel • 0.107.0Channel wrapper.INDIRECT2
ckb-constant • 0.107.0Ckb constant containerINDIRECT0
ckb-crypto • 0.107.0The ckb crypto utilINDIRECT31
ckb-dao-utils • 0.107.0This crate provides several util functions to operate the dao field and NervosDAO related errorsINDIRECT57
ckb-error • 0.107.0Underlying error types used over ckb cratesINDIRECT14
ckb-fixed-hash-core • 0.107.0Provide several fixed-length binary data, aka fixed-sized hashes.INDIRECT9
ckb-fixed-hash-macros • 0.107.0Provide several proc-macros to construct const fixed-sized hashes.INDIRECT11
ckb-fixed-hash • 0.107.0Provide several simple fixed-sized hash data type and their static constructors.INDIRECT12
ckb-hash • 0.107.0CKB default hash function.INDIRECT5
ckb-jsonrpc-types • 0.107.0CKB common types for JSON serialization.INDIRECT61
ckb-logger • 0.107.0CKB logging facade.DIRECT1
ckb-merkle-mountain-range • 0.5.2A generalized merkle mountain range implementationINDIRECT1
ckb-occupied-capacity-core • 0.107.0TODO(doc): @keroro520 crate descriptionINDIRECT6
ckb-occupied-capacity-macros • 0.107.0TODO(doc): @keroro520 crate descriptionINDIRECT8
ckb-occupied-capacity • 0.107.0TODO(doc): @keroro520 crate descriptionINDIRECT9
ckb-pow • 0.107.0PoW verification engines for CKBINDIRECT59
ckb-rational • 0.107.0Rational numbers.INDIRECT30
ckb-resource • 0.107.0Bundled resources for the CKB binary.INDIRECT82
ckb-system-scripts • 0.5.4CKB System ScriptsINDIRECT46
ckb-traits • 0.107.0TODO(doc): @quake crate descriptionINDIRECT57
ckb-types • 0.107.0Provides the essential types for CKB.DIRECT56
ckb-util • 0.107.0CKB utilities library.INDIRECT31
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT4
eaglesong • 0.1.0A Rust Library of Eaglesong Hash FunctionINDIRECT0
faster-hex • 0.6.1Fast hex encoding.INDIRECT0
merkle-cbt • 0.3.2A library for generating efficient Merkle tree and combined Merkle proof based on complete binary treeINDIRECT1
molecule • 0.7.3Rust bindings for molecule.INDIRECT9
phf_codegen • 0.8.0Codegen library for PHF typesINDIRECT20
phf_generator • 0.8.0PHF generation logicINDIRECT19
phf_shared • 0.8.0Support code shared by PHF librariesINDIRECT1
phf • 0.8.0Runtime support for perfect hash function data structuresINDIRECT2
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
MIT OR Unlicense6
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.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
BSD-3-Clause2
PackageRelationDependenciesPublished
includedir_codegen • 0.6.0Include a whole directory tree at compile time! - Compile time partINDIRECT38
includedir • 0.6.0Include a whole directory tree at compile time! - Runtime partINDIRECT8
CC0-1.02
PackageRelationDependenciesPublished
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.INDIRECT3
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.107.0 version:

[![licenses](https://licenses.dev/b/cargo/ckb-proposal-table/0.107.0)](https://licenses.dev/cargo/ckb-proposal-table/0.107.0)
<a href="https://licenses.dev/cargo/ckb-proposal-table/0.107.0">
  <img src="https://licenses.dev/b/cargo/ckb-proposal-table/0.107.0" alt="licenses" />
</a>
GitHub