licenses.dev

ckb-script v0.37.0

CKB component to run the type/lock scripts.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT82
PackageRelationDependenciesPublished
addr2line • 0.14.1A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.57A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT9
bit-vec • 0.5.1A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
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. INDIRECT0
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.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-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
enum-display-derive • 0.1.1Display trait's custom derive for simple enums. INDIRECT4
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.DIRECT17
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
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. INDIRECT4
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.23.0A 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
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
mapr • 0.8.0Cross-platform Rust API for memory-mapped file IOINDIRECT4
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.INDIRECT26
numext-fixed-uint-hack • 0.1.6A internal crate used by numext-fixed-uint.INDIRECT27
numext-fixed-uint • 0.1.6Fixed-size uint types.INDIRECT28
object • 0.23.0A unified interface for reading and writing object file formats.INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.INDIRECT0
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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.92A 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.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.1.1ChaCha random number generator INDIRECT4
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.134A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
siphasher • 0.2.3SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
tempfile • 3.14.0A library for managing temporary files and directories.INDIRECT18
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(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
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
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
MIT41
PackageRelationDependenciesPublished
blake2b-rs • 0.1.5Rust bindings for the official Blake2b C implementationINDIRECT1
bytes • 0.5.6Types and traits for working with bytesINDIRECT6
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
ckb-chain-spec • 0.37.0The CKB block chain specificationDIRECT132
ckb-channel • 0.37.0Channel wrapper.INDIRECT4
ckb-crypto • 0.37.0The ckb crypto utilINDIRECT51
ckb-dao-utils • 0.37.0This crate provides several util functions to operate the dao field and NervosDAO related errorsINDIRECT69
ckb-error • 0.37.0Underlying error types used over ckb cratesDIRECT29
ckb-fixed-hash-core • 0.37.0Provide several fixed-length binary data, aka fixed-sized hashes.INDIRECT22
ckb-fixed-hash-macros • 0.37.0Provide several proc-macros to construct const fixed-sized hashes.INDIRECT27
ckb-fixed-hash • 0.37.0Provide several simple fixed-sized hash data type and their static constructors.INDIRECT28
ckb-hash • 0.37.0CKB default hash function.DIRECT2
ckb-jsonrpc-types • 0.37.0CKB common types for JSON serialization.INDIRECT76
ckb-logger • 0.37.0CKB logging facade.DIRECT1
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 descriptionINDIRECT12
ckb-pow • 0.37.0PoW verification engines for CKBINDIRECT71
ckb-rational • 0.37.0Rational numbers.INDIRECT29
ckb-resource • 0.37.0Bundled resources for the CKB binary.INDIRECT116
ckb-system-scripts • 0.5.1CKB System ScriptsINDIRECT48
ckb-traits • 0.37.0TODO(doc): @quake crate descriptionDIRECT69
ckb-types • 0.37.0Provides the essential types for CKB.DIRECT68
ckb-vm-definitions • 0.19.4Common definition files for CKB VMDIRECT0
ckb-vm • 0.19.4CKB's Virtual machineDIRECT23
convert_case • 0.4.0Convert strings into any caseINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
eaglesong • 0.1.0A Rust Library of Eaglesong Hash FunctionINDIRECT0
faster-hex • 0.3.1Fast hex encoding.INDIRECT0
faster-hex • 0.4.1Fast hex encoding.DIRECT0
goblin • 0.2.3An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crateDIRECT8
jsonrpc-core • 14.2.0Transport agnostic rust implementation of JSON-RPC 2.0 Specification.INDIRECT12
merkle-cbt • 0.3.2A library for generating efficient Merkle tree and combined Merkle proof based on complete binary treeINDIRECT1
molecule • 0.6.0Rust bindings for molecule.INDIRECT9
phf_codegen • 0.7.24Codegen library for PHF typesINDIRECT23
phf_generator • 0.7.24PHF generation logicINDIRECT22
phf_shared • 0.7.24Support code shared by PHF librariesINDIRECT1
phf • 0.7.24Runtime support for perfect hash function data structuresINDIRECT2
scroll_derive • 0.10.5A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crateINDIRECT4
scroll • 0.10.2A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffersINDIRECT5
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
MIT OR Unlicense5
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.42Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT14
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
includedir_codegen • 0.5.0Include a whole directory tree at compile time! - Compile time partINDIRECT42
includedir • 0.5.0Include a whole directory tree at compile time! - Runtime partINDIRECT8
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
miniz_oxide • 0.4.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
secp256k1-sys • 0.1.2FFI for Pieter Wuille's `libsecp256k1` library.INDIRECT1
secp256k1 • 0.17.2Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities.INDIRECT2
0BSD OR Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
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
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 BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.37.0 version:

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