licenses.dev

ckb-types v0.37.0

Provides the essential types for CKB.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT44
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bit-vec • 0.5.1A vector of bitsDIRECT0
cc • 1.2.29A 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 • 0.1.10A 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
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
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
enum-display-derive • 0.1.1Display trait's custom derive for simple enums. INDIRECT4
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.DIRECT19
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
heapsize • 0.4.2Infrastructure for measuring the total runtime size of an object on the heapINDIRECT3
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.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.INDIRECT25
numext-fixed-uint-hack • 0.1.6A internal crate used by numext-fixed-uint.INDIRECT26
numext-fixed-uint • 0.1.6Fixed-size uint types.DIRECT27
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.3Single assignment cells and lazy values.DIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
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
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT12
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT14
rustc-demangle • 0.1.25Rust compiler symbol demangling. INDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.104Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
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
MIT16
PackageRelationDependenciesPublished
blake2b-rs • 0.1.5Rust bindings for the official Blake2b C implementationINDIRECT2
bytes • 0.5.6Types and traits for working with bytesDIRECT6
ckb-channel • 0.37.0Channel wrapper.DIRECT4
ckb-error • 0.37.0Underlying error types used over ckb cratesDIRECT31
ckb-fixed-hash-core • 0.37.0Provide several fixed-length binary data, aka fixed-sized hashes.INDIRECT24
ckb-fixed-hash-macros • 0.37.0Provide several proc-macros to construct const fixed-sized hashes.INDIRECT29
ckb-fixed-hash • 0.37.0Provide several simple fixed-sized hash data type and their static constructors.DIRECT30
ckb-hash • 0.37.0CKB default hash function.DIRECT3
ckb-occupied-capacity-core • 0.37.0TODO(doc): @keroro520 crate descriptionINDIRECT6
ckb-occupied-capacity-macros • 0.37.0TODO(doc): @keroro520 crate descriptionINDIRECT11
ckb-occupied-capacity • 0.37.0TODO(doc): @keroro520 crate descriptionDIRECT12
ckb-rational • 0.37.0Rational numbers.DIRECT28
faster-hex • 0.4.1Fast hex encoding.INDIRECT0
merkle-cbt • 0.3.2A library for generating efficient Merkle tree and combined Merkle proof based on complete binary treeDIRECT1
molecule • 0.6.0Rust bindings for molecule.DIRECT9
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
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
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-channel • 0.3.9Multi-producer multi-consumer channels for message passingINDIRECT3
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
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
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
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 MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.37.0 version:

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