licenses.dev

ckb-freezer v0.107.0

Freezer is an memory mapped append-only database to store immutable chain data into flat files

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT78
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
bumpalo • 3.16.0A fast bump allocation arena for Rust.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
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
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
fs2 • 0.4.3Cross-platform file locks and file duplication.DIRECT4
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT17
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
heapsize • 0.4.2Infrastructure for measuring the total runtime size of an object on the heapINDIRECT3
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
js-sys • 0.3.72Bindings 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. INDIRECT13
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
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
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
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
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
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 • 0.7.3Random number generators and other randomness functionality. INDIRECT15
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 • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
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
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy support for interacting between JS and Rust. INDIRECT12
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-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT26
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-channel • 0.107.0Channel wrapper.INDIRECT2
ckb-error • 0.107.0Underlying error types used over ckb cratesDIRECT14
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-logger • 0.107.0CKB logging facade.DIRECT1
ckb-merkle-mountain-range • 0.5.2A generalized merkle mountain range implementationINDIRECT1
ckb-metrics • 0.107.0A lightweight metrics facade used in CKB.DIRECT37
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-rational • 0.107.0Rational numbers.INDIRECT29
ckb-types • 0.107.0Provides the essential types for CKB.DIRECT55
ckb-util • 0.107.0CKB utilities library.DIRECT31
dashmap • 4.0.2Blazing fast concurrent HashMap for Rust.INDIRECT4
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT4
faster-hex • 0.6.1Fast hex encoding.INDIRECT0
lru • 0.7.8A LRU cache implementationDIRECT8
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
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
MIT OR Unlicense3
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
Apache-2.02
PackageRelationDependenciesPublished
fail • 0.4.0Fail points for rust.DIRECT18
opentelemetry • 0.15.0A metrics collection and distributed tracing frameworkINDIRECT36
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception2
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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
BSD-3-Clause1
PackageRelationDependenciesPublished
snap • 1.1.1A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. DIRECT0
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.107.0 version:

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