licenses.dev

snarkvm-circuit v0.9.15

Circuits for a decentralized virtual machine

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0

Dependency Licenses

Apache-2.0 OR MIT90
PackageRelationDependenciesPublished
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT10
anyhow • 1.0.94Flexible concrete Error type built on std::error::ErrorINDIRECT0
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bs58 • 0.4.0Another Base58 codec implementation.INDIRECT0
cc • 1.2.5A 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
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-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT4
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT16
dirs • 4.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.INDIRECT17
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
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 mapINDIRECT0
hashbrown • 0.13.2A Rust port of Google's SwissTable hash mapINDIRECT11
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
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
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT5
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
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-derive • 0.3.3Numeric syntax extensionsINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
openssl-probe • 0.1.5Tool for helping to find SSL certificate locations on the system for OpenSSL 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
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
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
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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.3.15Quasi-quoting macro quote!(...)INDIRECT0
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT13
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT5
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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
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 • 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 formatINDIRECT12
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. INDIRECT9
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
socket2 • 0.5.8Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
syn • 0.11.11Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
synom • 0.11.3Stripped-down Nom parser used by SynINDIRECT1
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
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
unicode-xid • 0.0.4Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
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
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.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
GPL-3.043
PackageRelationDependenciesPublished
aleo-std-cpu • 0.1.4Convenience method for retrieving CPU informationINDIRECT0
aleo-std-profiler • 0.1.15A profiler to measure runtime performanceINDIRECT0
aleo-std-storage • 0.1.7Convenience methods for accessing resources in Aleo storageINDIRECT18
aleo-std-time • 0.1.2A convenience attribute to time functionsINDIRECT4
aleo-std-timed • 0.1.2A profiler to conveniently time function executionsINDIRECT4
aleo-std-timer • 0.1.2A timer to conveniently time code blocksINDIRECT0
aleo-std • 0.1.24A standard library for Aleo repositoriesINDIRECT25
snarkvm-algorithms • 0.9.16Algorithms for a decentralized virtual machineINDIRECT113
snarkvm-circuit-account • 0.9.16Account circuit library for a decentralized virtual machineDIRECT148
snarkvm-circuit-algorithms • 0.9.16Algorithm circuit library for a decentralized virtual machineDIRECT143
snarkvm-circuit-collections • 0.9.16Collections circuit library for a decentralized virtual machineDIRECT144
snarkvm-circuit-environment-witness • 0.9.16A procedural macro to construct a witness in an environmentINDIRECT0
snarkvm-circuit-environment • 0.9.16Circuit environment for a decentralized virtual machineDIRECT134
snarkvm-circuit-network • 0.9.16Network circuit library for a decentralized virtual machineDIRECT145
snarkvm-circuit-program • 0.9.16Program circuit library for a decentralized virtual machineDIRECT157
snarkvm-circuit-types-address • 0.9.16Address circuit for a decentralized virtual machineINDIRECT139
snarkvm-circuit-types-boolean • 0.9.16Boolean circuit for a decentralized virtual machineINDIRECT135
snarkvm-circuit-types-field • 0.9.16Field circuit for a decentralized virtual machineINDIRECT136
snarkvm-circuit-types-group • 0.9.16Group circuit for a decentralized virtual machineINDIRECT138
snarkvm-circuit-types-integers • 0.9.16Integer circuit for a decentralized virtual machineINDIRECT137
snarkvm-circuit-types-scalar • 0.9.16Scalar circuit for a decentralized virtual machineINDIRECT137
snarkvm-circuit-types-string • 0.9.16String circuit for a decentralized virtual machineINDIRECT138
snarkvm-circuit-types • 0.9.16Primitive circuit for a decentralized virtual machineDIRECT142
snarkvm-console-account • 0.9.16Account operations for a decentralized virtual machineINDIRECT134
snarkvm-console-algorithms • 0.9.16Console algorithms for a decentralized virtual machineINDIRECT82
snarkvm-console-collections • 0.9.16Collections for a decentralized virtual machineINDIRECT83
snarkvm-console-network-environment • 0.9.16Environment console library for a decentralized virtual machineINDIRECT68
snarkvm-console-network • 0.9.16Network console library for a decentralized virtual machineINDIRECT132
snarkvm-console-program • 0.9.16Program operations for a decentralized virtual machineINDIRECT142
snarkvm-console-types-address • 0.9.16Type operations for a decentralized virtual machineINDIRECT73
snarkvm-console-types-boolean • 0.9.16Type operations for a decentralized virtual machineINDIRECT69
snarkvm-console-types-field • 0.9.16Type operations for a decentralized virtual machineINDIRECT70
snarkvm-console-types-group • 0.9.16Type operations for a decentralized virtual machineINDIRECT72
snarkvm-console-types-integers • 0.9.16Type operations for a decentralized virtual machineINDIRECT71
snarkvm-console-types-scalar • 0.9.16Type operations for a decentralized virtual machineINDIRECT71
snarkvm-console-types-string • 0.9.16Type operations for a decentralized virtual machineINDIRECT72
snarkvm-console-types • 0.9.16Console types for a decentralized virtual machineINDIRECT76
snarkvm-curves • 0.9.16Curves for a decentralized virtual machineINDIRECT64
snarkvm-fields • 0.9.16Fields for a decentralized virtual machineINDIRECT61
snarkvm-parameters • 0.9.16Parameters for a decentralized virtual machineINDIRECT107
snarkvm-r1cs • 0.9.16R1CS for a decentralized virtual machineINDIRECT68
snarkvm-utilities-derives • 0.9.16Canonical serialization for a decentralized virtual machineINDIRECT4
snarkvm-utilities • 0.9.16Utilities for a decentralized virtual machineINDIRECT58
MIT14
PackageRelationDependenciesPublished
bech32 • 0.9.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
blake2s_simd • 1.0.2a pure Rust BLAKE2s implementation with dynamic SIMDINDIRECT3
curl-sys • 0.4.78+curl-8.11.0Native bindings to the libcurl libraryINDIRECT17
curl • 0.4.47Rust bindings to libcurl for making HTTP requestsINDIRECT22
enum_index_derive • 0.2.0Macros for extracting Enum variant indexINDIRECT4
enum_index • 0.2.0Trait and macros for extracting Enum variant indexINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
libredox • 0.1.3Redox stable ABIINDIRECT2
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
schannel • 0.1.27Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
MIT OR Unlicense2
PackageRelationDependenciesPublished
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.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-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
colored • 2.2.0The most simple way to add colors in your terminalINDIRECT11
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
constant_time_eq • 0.3.1Compares two equal-sized byte strings in constant time.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.9.15 version:

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