licenses.dev

ckb-sync v0.107.0

The ckb sync/relayer protocols implementation

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT204
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
aead • 0.5.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API INDIRECT9
ahash • 0.3.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT0
anyhow • 1.0.91Flexible concrete Error type built on std::error::ErrorINDIRECT0
arc-swap • 1.7.1Atomically swappable ArcINDIRECT0
async-trait • 0.1.80Type erasure for async trait methodsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT12
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bloom-filters • 0.1.2Rust port of https://github.com/tylertreat/BoomFiltersINDIRECT15
bs58 • 0.4.0Another Base58 codec implementation.INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.0.99A 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. INDIRECT3
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
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
chacha20 • 0.9.1The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. INDIRECT18
chacha20poly1305 • 0.10.1Pure Rust implementation of the ChaCha20Poly1305 Authenticated Encryption with Additional Data Cipher (RFC 8439) with optional architecture-specific hardware acceleration. Also contains implementations of the XChaCha20Poly1305 extended nonce variant of ChaCha20Poly1305, and the reduced-round ChaCha8Poly1305 and ChaCha12Poly1305 lightweight variants. INDIRECT24
cipher • 0.4.4Traits for describing block ciphers and stream ciphersINDIRECT16
clap_lex • 0.2.4Minimal, flexible command line parserINDIRECT1
clap • 3.2.21A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT32
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
cpufeatures • 0.2.14Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.13Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT8
cty • 0.2.2Type aliases to C types like c_int for use with bindgenINDIRECT0
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT11
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.1.1A simple and fast random number generatorINDIRECT0
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
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
fs2 • 0.4.3Cross-platform file locks and file duplication.INDIRECT4
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-timer • 3.0.3Timeouts for futures. 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. DIRECT17
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT16
getrandom • 0.2.15A 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
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.8.2A Rust port of Google's SwissTable hash mapINDIRECT2
heapsize • 0.4.2Infrastructure for measuring the total runtime size of an object on the heapINDIRECT3
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT12
home • 0.5.9Shared definitions of home directories.INDIRECT10
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT9
httparse • 1.9.5A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 1.0.3HTTP date parsing and formattingINDIRECT0
hyper-tls • 0.5.0Default TLS implementation for use with hyperINDIRECT107
idna • 0.5.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT4
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT9
inout • 0.1.3Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.INDIRECT3
ipnet • 2.10.1Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.INDIRECT0
ipnetwork • 0.18.0A library to work with IP CIDRs in RustINDIRECT6
is_sorted • 0.1.1Is an Iterator sorted?INDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
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
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
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
match_cfg • 0.1.0A convenience macro to ergonomically define an item depending on a large number of `#[cfg]` parameters. Structured like match statement, the first matching branch is the item that gets emitted. INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
native-tls • 0.2.12A wrapper over a platform's native TLS implementationINDIRECT51
nohash-hasher • 0.2.0An implementation of `std::hash::Hasher` which does not hash at all.INDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
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.INDIRECT36
numext-fixed-uint-hack • 0.1.6A internal crate used by numext-fixed-uint.INDIRECT37
numext-fixed-uint • 0.1.6Fixed-size uint types.INDIRECT38
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
opaque-debug • 0.3.1Macro for opaque Debug trait implementationINDIRECT0
openssl-macros • 0.1.1Internal macros used by the openssl crate.INDIRECT4
openssl-probe • 0.1.5Tool for helping to find SSL certificate locations on the system for OpenSSL INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
parking_lot_core • 0.8.6An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.INDIRECT13
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
path-clean • 0.1.0A Rust implementation of cleanname or path.CleanINDIRECT0
peeking_take_while • 0.1.2Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.INDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
plain • 0.2.3A small Rust library that allows users to reinterpret data of certain types safely.INDIRECT0
poly1305 • 0.8.0The Poly1305 universal hash function and message authentication codeINDIRECT13
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 INDIRECT22
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT17
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT18
rand_pcg • 0.2.1Selected PCG random number generators INDIRECT18
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT25
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT14
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
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
reqwest • 0.11.23higher level HTTP client libraryINDIRECT135
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
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
security-framework-sys • 2.12.0Apple `Security.framework` low-level FFI bindingsINDIRECT2
security-framework • 2.8.1Security.framework bindings for macOS and iOSINDIRECT5
semver • 1.0.23Parser 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.132A JSON serialization file formatINDIRECT9
serde_plain • 0.3.0A restricted plain text serializer for serdeINDIRECT6
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeINDIRECT10
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT13
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
signal-hook-registry • 1.4.2Backend crate for signal-hookINDIRECT1
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
sled • 0.34.7Lightweight high-performance pure-rust transactional embedded database.DIRECT21
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.4.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT4
socket2 • 0.5.7Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.85Parser for Rust source codeINDIRECT2
system-configuration-sys • 0.5.0Low level bindings to SystemConfiguration framework for macOSINDIRECT2
system-configuration • 0.5.1Bindings to SystemConfiguration framework for macOSINDIRECT5
tempfile • 3.8.0A library for managing temporary files and directories.DIRECT28
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT3
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
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
ubyte • 0.10.4A simple, complete, const-everything, saturating, human-friendly, no_std library for byte units. INDIRECT6
uname • 0.1.1Name and information about current kernelINDIRECT1
unicode-bidi • 0.3.17Implementation 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
universal-hash • 0.5.1Traits which describe the functionality of universal hash functions (UHFs)INDIRECT10
url • 2.5.2URL library for Rust, based on the WHATWG URL StandardINDIRECT13
uuid • 1.6.1A library to generate and parse UUIDs.INDIRECT10
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
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-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT15
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
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
web-time • 1.1.0Drop-in replacement for std::time for Wasm in browsersINDIRECT14
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_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import 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_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
zeroize_derive • 1.4.2Custom derive support for zeroizeINDIRECT4
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT5
MIT115
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
blake2b-ref • 0.2.1A `no_std` BLAKE2B implementation.INDIRECT0
blake2b-rs • 0.2.0Rust bindings for the official Blake2b C implementationINDIRECT5
bytes • 1.8.0Types and traits for working with bytesINDIRECT6
ckb-app-config • 0.107.0CKB command line arguments and config options.DIRECT236
ckb-async-runtime • 0.107.0CKB async runtime wrapper.DIRECT53
ckb-build-info • 0.107.0CKB cargo build information.INDIRECT0
ckb-chain-spec • 0.107.0The CKB block chain specificationDIRECT122
ckb-chain • 0.107.0CKB Blockchain Service, Importing BlocksDIRECT323
ckb-channel • 0.107.0Channel wrapper.DIRECT2
ckb-constant • 0.107.0Ckb constant containerDIRECT0
ckb-crypto • 0.107.0The ckb crypto utilINDIRECT40
ckb-dao-utils • 0.107.0This crate provides several util functions to operate the dao field and NervosDAO related errorsINDIRECT68
ckb-dao • 0.107.0This crate provides implementation to calculate dao fieldINDIRECT123
ckb-db-schema • 0.107.0The schema include constants define the low level database column families.INDIRECT0
ckb-db • 0.107.0The ckb data persistent implementationINDIRECT257
ckb-error • 0.107.0Underlying error types used over ckb cratesDIRECT17
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-freezer • 0.107.0Freezer is an memory mapped append-only database to store immutable chain data into flat filesINDIRECT120
ckb-hash • 0.107.0CKB default hash function.DIRECT7
ckb-jsonrpc-types • 0.107.0CKB common types for JSON serialization.INDIRECT72
ckb-logger-config • 0.107.0CKB logger configurations.INDIRECT6
ckb-logger • 0.107.0CKB logging facade.DIRECT1
ckb-merkle-mountain-range • 0.5.2A generalized merkle mountain range implementationINDIRECT1
ckb-metrics-config • 0.107.0CKB metrics configurations.INDIRECT6
ckb-metrics • 0.107.0A lightweight metrics facade used in CKB.DIRECT37
ckb-network • 0.107.0ckb network implementationDIRECT260
ckb-notify • 0.107.0TODO(doc): @quake crate descriptionINDIRECT240
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 CKBINDIRECT69
ckb-proposal-table • 0.107.0The CKB proposal tableINDIRECT124
ckb-rational • 0.107.0Rational numbers.INDIRECT39
ckb-resource • 0.107.0Bundled resources for the CKB binary.INDIRECT93
ckb-reward-calculator • 0.107.0TODO(doc): @keroro520 crate descriptionINDIRECT270
ckb-rust-unstable-port • 0.107.0Collection of features backport from unstable Rust.INDIRECT1
ckb-script • 0.107.0CKB component to run the type/lock scripts.INDIRECT131
ckb-shared • 0.107.0TODO(doc): @quake crate descriptionDIRECT315
ckb-snapshot • 0.107.0The ckb rocksdb snapshot wrapperINDIRECT271
ckb-spawn • 0.107.0Trait define spawns a new asynchronous taskINDIRECT0
ckb-stop-handler • 0.107.0TODO(doc): @keroro520 crate descriptionDIRECT51
ckb-store • 0.107.0ckb chain related persistent implementationDIRECT268
ckb-system-scripts • 0.5.4CKB System ScriptsINDIRECT55
ckb-traits • 0.107.0TODO(doc): @quake crate descriptionDIRECT68
ckb-tx-pool • 0.107.0The CKB tx-poolDIRECT313
ckb-types • 0.107.0Provides the essential types for CKB.DIRECT67
ckb-util • 0.107.0CKB utilities library.DIRECT31
ckb-verification-contextual • 0.107.0The CKB verification contextualINDIRECT288
ckb-verification-traits • 0.107.0The CKB verification traitsDIRECT19
ckb-verification • 0.107.0The CKB verificationDIRECT158
ckb-vm-definitions • 0.22.1Common definition files for CKB VMINDIRECT0
ckb-vm • 0.22.1CKB's Virtual machineINDIRECT42
convert_case • 0.4.0Convert strings into any caseINDIRECT0
dashmap • 4.0.2Blazing fast concurrent HashMap for Rust.DIRECT4
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
dlv-list • 0.3.0Semi-doubly linked list implemented using a vectorINDIRECT0
eaglesong • 0.1.0A Rust Library of Eaglesong Hash FunctionINDIRECT0
faketime • 0.2.1Fake time to ease testing and debuggingDIRECT42
faster-hex • 0.6.1Fast hex encoding.INDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
goblin • 0.2.3An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crateINDIRECT8
goblin • 0.4.0An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crateINDIRECT8
governor • 0.3.2A rate-limiting implementation in RustDIRECT49
h2 • 0.3.21An HTTP/2 client and serverINDIRECT66
hostname • 0.3.1Cross-platform system's host name functionsINDIRECT5
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT11
hyper • 0.14.28A fast and correct HTTP library.INDIRECT73
igd • 0.12.1Internet Gateway Protocol clientINDIRECT34
keyed_priority_queue • 0.3.2Priority queue that support changing priority or early remove by keyDIRECT10
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
mio • 1.0.2Lightweight non-blocking I/O.INDIRECT13
molecule • 0.7.3Rust bindings for molecule.INDIRECT9
no-std-compat • 0.4.1A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.INDIRECT3
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT6
ordered-multimap • 0.4.3Insertion ordered multimapINDIRECT9
phf_codegen • 0.8.0Codegen library for PHF typesINDIRECT29
phf_generator • 0.8.0PHF generation logicINDIRECT28
phf_shared • 0.8.0Support code shared by PHF librariesINDIRECT1
phf • 0.8.0Runtime support for perfect hash function data structuresINDIRECT2
quanta • 0.4.1high-speed timing libraryINDIRECT4
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.7A Rust library to access raw Redox system callsINDIRECT1
rust-ini • 0.18.0An Ini configuration file parsing library in RustINDIRECT10
schannel • 0.1.26Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
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
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
spin • 0.5.2Spin-based synchronization primitivesINDIRECT0
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
tentacle-multiaddr • 0.3.3Mini Implementation of multiaddrINDIRECT23
tentacle-secio • 0.5.7Secio encryption protocol for p2pINDIRECT124
tentacle • 0.4.2Minimal implementation for a multiplexed p2p network framework.INDIRECT150
textwrap • 0.15.2Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT0
tokio-macros • 2.4.0Tokio's proc macros. INDIRECT4
tokio-native-tls • 0.3.1An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams. INDIRECT78
tokio-util • 0.7.12Additional utilities for working with Tokio. INDIRECT48
tokio-yamux • 0.3.9Rust implementation of YamuxINDIRECT68
tokio • 1.41.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT45
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.40Application-level tracing for Rust. INDIRECT3
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
unsigned-varint • 0.7.2unsigned varint encodingINDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
which • 4.4.2A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT27
wildmatch • 1.1.0Simple string matching with single- and multi-character wildcard operator.INDIRECT0
winreg • 0.50.0Rust bindings to MS Windows Registry APIINDIRECT10
xml-rs • 0.8.22An XML library in pure RustINDIRECT0
xmltree • 0.10.3Parse an XML file into a simple tree-like structureINDIRECT1
Apache-2.013
PackageRelationDependenciesPublished
ckb-rocksdb • 0.19.0Rust wrapper for Facebook's RocksDB embeddable databaseINDIRECT66
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
debugid • 0.8.0Common reusable types for implementing the sentry.io protocol.INDIRECT11
fail • 0.4.0Fail points for rust.INDIRECT27
nonzero_ext • 0.2.0Extensions and additional traits for non-zero integer typesINDIRECT0
openssl • 0.10.68OpenSSL bindingsINDIRECT16
opentelemetry • 0.15.0A metrics collection and distributed tracing frameworkINDIRECT36
sentry-backtrace • 0.26.0Sentry integration and utilities for dealing with stacktraces. INDIRECT52
sentry-contexts • 0.26.0Sentry integration for os, device, and rust contexts. INDIRECT47
sentry-core • 0.26.0Core sentry library used for instrumentation and integration development. INDIRECT38
sentry-panic • 0.26.0Sentry integration for capturing panics. INDIRECT53
sentry-types • 0.26.0Common reusable types for implementing the sentry.io protocol. INDIRECT29
sentry • 0.26.0Sentry (getsentry.com) client for rust ;) DIRECT167
BSD-3-Clause8
PackageRelationDependenciesPublished
bindgen • 0.63.0Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT50
curve25519-dalek • 3.2.0A pure-Rust implementation of group operations on ristretto255 and Curve25519INDIRECT26
includedir_codegen • 0.6.0Include a whole directory tree at compile time! - Compile time partINDIRECT47
includedir • 0.6.0Include a whole directory tree at compile time! - Runtime partINDIRECT8
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
snap • 1.1.1A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. INDIRECT0
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
x25519-dalek • 1.1.1X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.INDIRECT27
MIT OR Unlicense7
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. 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-exception4
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
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 MIT OR Zlib4
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
CC0-1.02
PackageRelationDependenciesPublished
secp256k1-sys • 0.6.1FFI for Pieter Wuille's `libsecp256k1` library.INDIRECT4
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.INDIRECT5
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
ISC2
PackageRelationDependenciesPublished
libloading • 0.8.5Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
untrusted • 0.7.1Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.INDIRECT0
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
unknown1
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
non-standard1
PackageRelationDependenciesPublished
ring • 0.16.20Safe, fast, small crypto using Rust.INDIRECT23
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
attohttpc • 0.16.3Small and lightweight HTTP clientINDIRECT20
Apache-2.0 OR BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
ckb-librocksdb-sys • 7.7.3Native bindings to librocksdbINDIRECT62
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-sync)](https://licenses.dev/cargo/ckb-sync)
<a href="https://licenses.dev/cargo/ckb-sync">
  <img src="https://licenses.dev/b/cargo/ckb-sync" alt="licenses" />
</a>

Or the licenses badge code for the 0.107.0 version:

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