licenses.dev

snarkos-rpc v1.3.17

RPC for a decentralized operating system

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0

Dependency Licenses

Apache-2.0 OR MIT186
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
aead • 0.4.3Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API INDIRECT3
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorDIRECT0
arc-swap • 1.7.1Atomically swappable ArcINDIRECT0
async-trait • 0.1.80Type erasure for async trait methodsDIRECT4
atomic-shim • 0.1.0Atomic types for unsupported platformsINDIRECT12
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.13.1encodes and decodes base64 as bytes or utf8DIRECT0
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
blake2 • 0.9.2BLAKE2 hash functionsINDIRECT7
block-buffer • 0.9.0Buffer type for block processing of dataINDIRECT3
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 • 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
chacha20 • 0.7.3The 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. INDIRECT13
chacha20poly1305 • 0.8.2Pure 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. INDIRECT19
chrono • 0.4.39Date and time library for RustDIRECT36
cipher • 0.3.0Traits for describing block ciphers and stream ciphersINDIRECT3
circular-queue • 0.2.6A circular buffer-like queue.INDIRECT1
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
cpufeatures • 0.2.16Lightweight 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
crossbeam-channel • 0.4.4Multi-producer multi-consumer channels for message passingINDIRECT5
crossbeam-channel • 0.5.14Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.7.4Concurrent work-stealing dequeINDIRECT8
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crossbeam • 0.7.3Tools for concurrent programmingINDIRECT11
crypto-mac • 0.8.0Trait for Message Authentication Code (MAC) algorithmsINDIRECT4
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
defer • 0.1.0Utility to defer excecution of code, inspired by go's defer statement.INDIRECT0
derivative • 2.2.0A set of alternative `derive` attributes for RustDIRECT4
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
ed25519 • 1.5.3Edwards Digital Signature Algorithm (EdDSA) over Curve25519 (as specified in RFC 8032) support library providing signature type definitions and PKCS#8 private key decoding/encoding support INDIRECT1
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fallible-iterator • 0.2.0Fallible iterator traitsINDIRECT0
fallible-streaming-iterator • 0.1.9Fallible streaming iterationINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
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. INDIRECT20
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. INDIRECT16
futures • 0.1.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT0
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT21
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 sourceINDIRECT3
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
hash_hasher • 2.0.3A hasher which is designed to work with already-hashed or hash-like data.INDIRECT0
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapINDIRECT7
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashlink • 0.7.0HashMap-like containers that hold their key-value pairs in a user controllable orderINDIRECT8
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT3
httparse • 1.9.5A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 1.0.3HTTP date parsing and formattingINDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT4
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
idna • 0.1.5IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT5
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
js-sys • 0.3.76Bindings 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.169Raw FFI bindings to platform libraries like libc. INDIRECT0
libsodium-sys • 0.2.7FFI binding to libsodiumINDIRECT18
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT6
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
matrixmultiply • 0.3.9General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT2
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
num-bigint • 0.4.6Big integer implementation for RustINDIRECT3
num-complex • 0.4.6Complex numbers implementation for RustINDIRECT2
num-rational • 0.4.1Rational numbers implementation for RustINDIRECT3
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
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-probe • 0.1.5Tool for helping to find SSL certificate locations on the system for OpenSSL 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.DIRECT13
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
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 • 1.0.1Percent encoding and decodingINDIRECT0
pest • 2.7.15The Elegant ParserINDIRECT1
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
poly1305 • 0.7.2The Poly1305 universal hash function and message authentication codeINDIRECT8
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-crate • 0.1.5Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
proc-macro-crate • 1.3.1Replacement for crate (macro_rules keyword) in proc-macros INDIRECT8
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT5
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 • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT5
rand_xoshiro • 0.6.0Xoshiro, xoroshiro and splitmix64 random number generatorsINDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rand • 0.8.5Random number generators and other randomness functionality. DIRECT14
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
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
rustc_version • 0.3.3A library for querying the version of a installed rustc compilerINDIRECT4
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
semver-parser • 0.10.3Parsing of the semver spec. INDIRECT2
semver • 0.11.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT3
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.133A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.9.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
signature • 1.6.4Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
snow • 0.8.0A pure-rust implementation of the Noise Protocol FrameworkINDIRECT67
socket2 • 0.5.8Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
sodiumoxide • 0.2.7Fast cryptographic library for Rust (bindings to libsodium)INDIRECT27
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
toml_datetime • 0.6.8A TOML-compatible datetime typeINDIRECT0
toml_edit • 0.19.3Yet another format-preserving TOML parser.INDIRECT6
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
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-bidi • 0.3.18Implementation 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.4.1Traits which describe the functionality of universal hash functions (UHFs)INDIRECT4
url • 1.7.2URL library for Rust, based on the WHATWG URL StandardINDIRECT7
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.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy 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-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
zeroize_derive • 1.4.2Custom derive support for zeroizeINDIRECT4
zeroize • 1.3.0Securely 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
MIT46
PackageRelationDependenciesPublished
base58 • 0.1.0Tiny and fast base58 encodingINDIRECT0
bech32 • 0.8.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
bincode • 1.3.3A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!INDIRECT6
bitvec • 0.19.6Addresses memory by bits, for packed collections and bitfieldsINDIRECT4
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
capnp • 0.14.11runtime library for Cap'n Proto data encodingINDIRECT0
convert_case • 0.4.0Convert strings into any caseINDIRECT0
curl-sys • 0.4.78+curl-8.11.0Native bindings to the libcurl libraryINDIRECT18
curl • 0.4.47Rust bindings to libcurl for making HTTP requestsINDIRECT23
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
funty • 1.1.0Trait generalization over the primitive typesINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT5
hyper • 0.14.32A fast and correct HTTP library.DIRECT64
jsonrpc-client-transports • 18.0.0Transport agnostic JSON-RPC 2.0 client implementation.INDIRECT65
jsonrpc-core-client • 18.0.0Transport agnostic JSON-RPC 2.0 client implementation.INDIRECT66
jsonrpc-core • 18.0.0Transport agnostic rust implementation of JSON-RPC 2.0 Specification.DIRECT28
jsonrpc-pubsub • 18.0.0Publish-Subscribe extension for jsonrpc.INDIRECT52
jsonrpc-test • 18.0.0Simple test framework for JSON-RPC.DIRECT67
libsqlite3-sys • 0.23.2Native bindings to the libsqlite3 libraryINDIRECT6
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
metrics-macros • 0.4.1Macros for the metrics crate.INDIRECT9
metrics • 0.17.1A lightweight metrics facade.INDIRECT17
mio • 1.0.3Lightweight non-blocking I/O.INDIRECT12
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
nom8 • 0.2.0A byte-oriented, zero-copy, parser combinators library (fork for proposals for v8)INDIRECT1
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT6
quanta • 0.7.2high-speed timing libraryINDIRECT26
radium • 0.5.3Portable interfaces for maybe-atomic typesINDIRECT0
raw-cpuid • 9.1.1A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.INDIRECT1
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
rusqlite • 0.26.3Ergonomic wrapper for SQLiteINDIRECT19
schannel • 0.1.27Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tap • 1.0.1Generic extensions for tapping values in RustINDIRECT0
tokio-macros • 2.4.0Tokio's proc macros. INDIRECT4
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT41
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.41Application-level tracing for Rust. DIRECT4
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
twox-hash • 1.6.3A Rust implementation of the XXHash and XXH3 algorithmsINDIRECT16
want • 0.3.1Detect when another Future wants a result.INDIRECT1
wyz • 0.2.0myrrlyn’s utility collectionINDIRECT0
GPL-3.018
PackageRelationDependenciesPublished
snarkos-consensus • 1.3.17Consensus for a decentralized operating systemDIRECT197
snarkos-metrics • 1.3.17Storage for a decentralized operating systemDIRECT63
snarkos-network • 1.3.17Network for a decentralized operating systemDIRECT261
snarkos-profiler • 1.3.17Profiler for a decentralized operating systemINDIRECT0
snarkos-storage • 1.3.17Storage for a decentralized operating systemDIRECT194
snarkvm-algorithms • 0.7.9Algorithms for a decentralized virtual machineDIRECT70
snarkvm-curves • 0.7.9Curves for a decentralized virtual machineINDIRECT38
snarkvm-derives • 0.7.9Canonical serialization for a decentralized virtual machineINDIRECT12
snarkvm-dpc • 0.7.9DPC for a decentralized virtual machineDIRECT117
snarkvm-fields • 0.7.9Fields for a decentralized virtual machineINDIRECT35
snarkvm-gadgets • 0.7.9Gadgets for a decentralized virtual machineINDIRECT71
snarkvm-marlin • 0.7.9A library for the Marlin preprocessing zkSNARKINDIRECT75
snarkvm-parameters • 0.7.9Parameters for a decentralized virtual machineINDIRECT94
snarkvm-polycommit • 0.7.9A library for constructing polynomial commitment schemes for use in zkSNARKsINDIRECT74
snarkvm-posw • 0.7.9Proof of Succinct Work circuit implementation based on [KB20]INDIRECT118
snarkvm-profiler • 0.7.9Profiler for a decentralized virtual machineINDIRECT0
snarkvm-r1cs • 0.7.9R1CS for a decentralized virtual machineINDIRECT44
snarkvm-utilities • 0.7.9Utilities for a decentralized virtual machineDIRECT32
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-Clause6
PackageRelationDependenciesPublished
bindgen • 0.59.2Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT30
curve25519-dalek • 3.2.1A pure-Rust implementation of group operations on ristretto255 and Curve25519INDIRECT17
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
nalgebra • 0.29.0General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT19
subtle • 2.4.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
x25519-dalek • 1.2.0X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.INDIRECT18
Apache-2.0 OR MIT OR Zlib6
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
safe_arch • 0.7.3Crate that exposes `core::arch` safely via `#[cfg()]`.INDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
wide • 0.7.29A crate to help you go wide.INDIRECT2
Apache-2.05
PackageRelationDependenciesPublished
approx • 0.5.1Approximate floating point equality comparisons and assertions.INDIRECT2
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
nalgebra-macros • 0.1.0Procedural macros for nalgebraINDIRECT4
rocksdb • 0.17.0Rust wrapper for Facebook's RocksDB embeddable databaseINDIRECT35
simba • 0.6.0SIMD algebra for RustINDIRECT8
Apache-2.0 OR BSD-3-Clause OR MIT3
PackageRelationDependenciesPublished
librocksdb-sys • 6.20.3Native bindings to librocksdbINDIRECT34
num_enum_derive • 0.5.11Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)INDIRECT13
num_enum • 0.5.11Procedural macros to make inter-operation between primitives and enums easier.INDIRECT14
MPL-2.0+3
PackageRelationDependenciesPublished
bitmaps • 2.1.0Fixed size boolean arraysINDIRECT1
im • 15.1.0Immutable collection datatypesINDIRECT10
sized-chunks • 0.6.5Efficient sized chunk datatypesINDIRECT2
BSL-1.02
PackageRelationDependenciesPublished
json-rpc-types • 1.3.4Type definitions for JSON-RPCDIRECT7
str-buf • 3.0.3Static string bufferINDIRECT6
GPL-3.0-or-later2
PackageRelationDependenciesPublished
atomic-instant • 0.1.1Atomic wrapper for quanta::InstantINDIRECT27
mpmc-map • 0.2.0Mpmc async map implementation for highly concurrent low-write accessINDIRECT51
unknown2
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
mach • 0.3.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-queue • 0.2.3Concurrent queuesINDIRECT5
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.6Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.3.17 version:

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