licenses.dev

leo-lang v1.5.3

The Leo programming language

Published on

Licenses

Learn more about license information.

Package Licenses

GPL-3.0

Dependency Licenses

Apache-2.0 OR MIT234
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceINDIRECT10
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
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
assert_cmd • 1.0.8Test CLI Applications.DIRECT15
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. INDIRECT11
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
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.10.6BLAKE2 hash functionsINDIRECT7
blake2 • 0.9.2BLAKE2 hash functionsINDIRECT7
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
block-buffer • 0.9.0Buffer type for block processing of dataINDIRECT3
bs58 • 0.4.0Another Base58 codec implementation.INDIRECT0
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT4
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT4
bzip2 • 0.4.4Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT5
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 • 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
chrono • 0.4.39Date and time library for RustINDIRECT36
clap_derive • 3.2.25Parse command line argument by defining a struct, derive crate.INDIRECT8
clap_lex • 0.2.4Minimal, flexible command line parserINDIRECT1
clap • 3.2.25A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT39
color-backtrace • 0.6.1Colorful panic backtracesINDIRECT24
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.14Multi-producer multi-consumer channels for message passingINDIRECT1
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
crypto-mac • 0.8.0Trait for Message Authentication Code (MAC) algorithmsINDIRECT4
derivative • 2.2.0A set of alternative `derive` attributes for RustINDIRECT4
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT6
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
dirs-sys • 0.3.7System-level helper functions for the dirs and directories crates.INDIRECT17
dirs • 3.0.2A 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.DIRECT18
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.INDIRECT18
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
encode_unicode • 1.0.0UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
filetime • 0.2.25Platform-agnostic accessors of timestamps in File metadata INDIRECT15
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
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
from-pest • 0.3.3Convert from a pest grammar to a typed ASTDIRECT4
futf • 0.1.5Handling fragments of UTF-8INDIRECT2
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
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. INDIRECT8
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
getopts • 0.2.21getopts-like option parsing. 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
hashbrown • 0.11.2A Rust port of Google's SwissTable hash mapINDIRECT7
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
heck • 0.3.3heck is a case conversion library.INDIRECT1
heck • 0.4.1heck is a case conversion library.INDIRECT0
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
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
hyper-tls • 0.5.0Default TLS implementation for use with hyperINDIRECT84
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT15
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT8
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
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
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itertools • 0.11.0Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
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.DIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
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
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
mac • 0.1.1A collection of great and ubiqutitous macros.INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
mio-extras • 2.0.6Extra components for use with MioINDIRECT20
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
native-tls • 0.2.12A wrapper over a platform's native TLS implementationINDIRECT40
net2 • 0.2.39Extensions to the standard library's networking types as proposed in RFC 1158. INDIRECT5
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
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.9.10An advanced API for creating custom synchronization primitives.INDIRECT20
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT24
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pest_derive • 2.1.0pest's derive macroINDIRECT20
pest_generator • 2.1.3pest code generatorINDIRECT19
pest_meta • 2.7.15pest meta language parser and validatorINDIRECT14
pest-ast • 0.3.5Derive to convert from pest parse tree to typed syntax treeINDIRECT6
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
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
predicates-core • 1.0.9An API for boolean-valued predicate functions.INDIRECT0
predicates-tree • 1.0.12Render boolean-valued predicate functions results as a tree.INDIRECT2
predicates • 2.1.1An implementation of boolean-valued predicate functions.INDIRECT4
proc-macro-crate • 0.1.5Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
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-macrosINDIRECT6
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.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. DIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_xorshift • 0.3.0Xorshift random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. INDIRECT15
rand • 0.8.5Random number generators and other randomness functionality. DIRECT14
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 libraryDIRECT130
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
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.13.0Apple `Security.framework` low-level FFI bindingsINDIRECT2
security-framework • 2.8.1Security.framework bindings for macOS and iOSINDIRECT5
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.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.134A JSON serialization file formatDIRECT12
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeINDIRECT10
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT10
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
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT6
socket2 • 0.5.8Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
structopt-derive • 0.4.18Parse command line argument by defining a struct, derive crate.INDIRECT9
structopt • 0.3.26Parse command line argument by defining a struct.DIRECT24
syn • 0.11.11Parser for Rust source codeINDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
synom • 0.11.3Stripped-down Nom parser used by SynINDIRECT1
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.14.0A library for managing temporary files and directories.INDIRECT18
tendril • 0.4.3Compact buffer/string type for zero-copy parsingINDIRECT4
terminal_size • 0.1.17Gets the size of your Linux or Windows terminalINDIRECT4
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].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. DIRECT6
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
unicase • 2.8.0A case-insensitive wrapper around strings.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
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-width • 0.2.0Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.0.4Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
url • 2.5.4URL library for Rust, based on the WHATWG URL StandardINDIRECT18
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handlingINDIRECT0
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]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
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wait-timeout • 0.2.0A crate to wait on a child process with a timeout specified across Unix and Windows platforms. INDIRECT1
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-futures • 0.4.49Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT15
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
web-sys • 0.3.76Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT14
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-core • 0.52.0Rust for WindowsINDIRECT9
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
MIT73
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)DIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
base58 • 0.1.0Tiny and fast base58 encodingINDIRECT0
bech32 • 0.8.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
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
bitvec • 0.19.6Addresses memory by bits, for packed collections and bitfieldsINDIRECT4
blake2s_simd • 1.0.2a pure Rust BLAKE2s implementation with dynamic SIMDINDIRECT3
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT12
console • 0.14.1A terminal and console abstraction for RustDIRECT12
console • 0.15.10A terminal and console abstraction for RustINDIRECT14
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
difflib • 0.4.0Port of Python's difflib library to Rust.INDIRECT0
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
enum_index_derive • 0.2.0Macros for extracting Enum variant indexINDIRECT4
enum_index • 0.2.0Trait and macros for extracting Enum variant indexINDIRECT0
fsevent-sys • 2.0.1Rust bindings to the fsevent macOS API for file changes notificationsINDIRECT1
fsevent • 0.4.0Rust bindings to the fsevent-sys macOS API for file changes notificationsINDIRECT3
funty • 1.1.0Trait generalization over the primitive typesINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
h2 • 0.3.26An HTTP/2 client and serverINDIRECT51
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT5
hyper • 0.14.32A fast and correct HTTP library.INDIRECT59
indicatif • 0.15.0A progress bar and cli reporting library for RustINDIRECT21
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
libredox • 0.1.3Redox stable ABIINDIRECT3
matchers • 0.0.1Regex matching on character and byte streams. INDIRECT2
mime_guess • 2.0.5A simple crate for detection of a file's MIME type by its extension.INDIRECT2
mio • 0.6.23Lightweight non-blocking I/O.INDIRECT18
mio • 1.0.3Lightweight non-blocking I/O.INDIRECT12
new_debug_unreachable • 1.0.6panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)INDIRECT0
nias • 0.5.0closure generator libraryINDIRECT0
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
number_prefix • 0.3.0Library for numeric prefixes (kilo, giga, kibi).INDIRECT0
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
quick-xml • 0.20.0High performance xml reader and writerINDIRECT1
radium • 0.5.3Portable interfaces for maybe-atomic typesINDIRECT0
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 functionalityINDIRECT13
rusty-hook • 0.11.2git hook utilityDIRECT16
schannel • 0.1.27Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
self_update • 0.27.0Self updates for standalone executablesDIRECT160
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
tap • 1.0.1Generic extensions for tapping values in RustINDIRECT0
termtree • 0.5.1Visualize tree-like data on the command-lineINDIRECT0
test_dir • 0.1.0Easy creation of temporary file structure for test purpose.DIRECT16
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
textwrap • 0.16.1Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.INDIRECT0
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. INDIRECT56
tokio-util • 0.7.13Additional utilities for working with Tokio. INDIRECT30
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT27
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. INDIRECT1
tracing-log • 0.1.4Provides compatibility between `tracing` and the `log` crate. INDIRECT3
tracing-serde • 0.1.3A compatibility layer for serializing trace data with `serde` INDIRECT8
tracing-subscriber • 0.2.25Utilities for implementing and composing `tracing` subscribers. DIRECT63
tracing • 0.1.41Application-level tracing for Rust. DIRECT8
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
typed-arena • 2.0.2The arena, a fast but limited type of allocatorINDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
winreg • 0.50.0Rust bindings to MS Windows Registry APIINDIRECT10
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
wyz • 0.2.0myrrlyn’s utility collectionINDIRECT0
zip • 0.5.13Library to support the reading and writing of zip files. DIRECT23
GPL-3.034
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 storageINDIRECT19
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 repositoriesINDIRECT26
leo-asg • 1.5.3ASG of the Leo programming languageINDIRECT184
leo-ast • 1.10.0Abstract syntax tree (AST) for the Leo programming languageDIRECT55
leo-compiler • 1.7.1Compiler for Leo programming languageDIRECT179
leo-errors • 1.10.0Errors for the Leo programming languageINDIRECT45
leo-imports • 1.5.3Import parser for Leo program package dependenciesDIRECT185
leo-input • 1.5.3Input parser of the Leo programming languageDIRECT34
leo-package • 1.6.2Package parser for the Leo programming languageDIRECT52
leo-parser • 1.7.1Parser for the Leo programming languageDIRECT177
leo-passes • 1.7.1Compiler passes for the Leo programming languageINDIRECT178
leo-span • 1.10.0Span handling for the Leo programming languageINDIRECT12
leo-state • 1.5.3State parser of the Leo programming languageDIRECT158
leo-synthesizer • 1.5.3Circuit synthesizer of the Leo programming languageDIRECT80
snarkvm-algorithms • 0.7.9Algorithms for a decentralized virtual machineDIRECT70
snarkvm-console-account • 0.11.2Account operations for a decentralized virtual machineINDIRECT136
snarkvm-console-program • 0.11.2Program operations for a decentralized virtual machineINDIRECT144
snarkvm-console • 0.11.2Console environment for a decentralized virtual machineINDIRECT145
snarkvm-curves • 0.7.9Curves for a decentralized virtual machineDIRECT38
snarkvm-derives • 0.7.9Canonical serialization for a decentralized virtual machineINDIRECT12
snarkvm-dpc • 0.7.9DPC for a decentralized virtual machineINDIRECT117
snarkvm-fields • 0.7.9Fields for a decentralized virtual machineINDIRECT35
snarkvm-gadgets • 0.7.9Gadgets for a decentralized virtual machineDIRECT71
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-profiler • 0.7.9Profiler for a decentralized virtual machineINDIRECT0
snarkvm-r1cs • 0.7.9R1CS for a decentralized virtual machineDIRECT44
snarkvm-utilities • 0.7.9Utilities for a decentralized virtual machineDIRECT32
Apache-2.024
PackageRelationDependenciesPublished
ci_info • 0.10.2Provides current CI environment information.INDIRECT11
envmnt • 0.8.4Environment variables utility functions.INDIRECT10
fsio • 0.1.3File System and Path utility functions.INDIRECT0
openssl • 0.10.68OpenSSL bindingsINDIRECT16
snarkvm-algorithms • 0.11.7Algorithms for a decentralized virtual machineINDIRECT115
snarkvm-console-algorithms • 0.11.7Console algorithms for a decentralized virtual machineINDIRECT83
snarkvm-console-collections • 0.11.7Collections for a decentralized virtual machineINDIRECT84
snarkvm-console-network-environment • 0.11.7Environment console library for a decentralized virtual machineINDIRECT69
snarkvm-console-network • 0.11.7Network console library for a decentralized virtual machineINDIRECT134
snarkvm-console-types-address • 0.11.7Type operations for a decentralized virtual machineINDIRECT74
snarkvm-console-types-boolean • 0.11.7Type operations for a decentralized virtual machineINDIRECT70
snarkvm-console-types-field • 0.11.7Type operations for a decentralized virtual machineINDIRECT71
snarkvm-console-types-group • 0.11.7Type operations for a decentralized virtual machineINDIRECT73
snarkvm-console-types-integers • 0.11.7Type operations for a decentralized virtual machineINDIRECT72
snarkvm-console-types-scalar • 0.11.7Type operations for a decentralized virtual machineINDIRECT72
snarkvm-console-types-string • 0.11.7Type operations for a decentralized virtual machineINDIRECT73
snarkvm-console-types • 0.11.7Console types for a decentralized virtual machineINDIRECT77
snarkvm-curves • 0.11.7Curves for a decentralized virtual machineINDIRECT65
snarkvm-fields • 0.11.7Fields for a decentralized virtual machineINDIRECT62
snarkvm-parameters • 0.11.7Parameters for a decentralized virtual machineINDIRECT103
snarkvm-r1cs • 0.11.7R1CS for a decentralized virtual machineINDIRECT69
snarkvm-utilities-derives • 0.11.7Canonical serialization for a decentralized virtual machineINDIRECT4
snarkvm-utilities • 0.11.7Utilities for a decentralized virtual machineINDIRECT59
unicode-joining-type • 0.7.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
MIT OR Unlicense8
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
regex-automata • 0.1.10Automata construction and matching using regular expressions.INDIRECT1
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-exception5
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.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
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.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
BSD-3-Clause3
PackageRelationDependenciesPublished
fuchsia-zircon-sys • 0.3.3Low-level Rust bindings for the Zircon kernelINDIRECT0
fuchsia-zircon • 0.3.3Rust bindings for the Zircon kernelINDIRECT2
subtle • 2.6.1Pure-Rust traits and utilities for constant-time cryptographic implementations.INDIRECT0
ISC2
PackageRelationDependenciesPublished
inotify-sys • 0.1.5inotify bindings for the Rust programming languageINDIRECT1
inotify • 0.7.1Idiomatic wrapper for inotifyINDIRECT3
unknown2
PackageRelationDependenciesPublished
ahash • 0.7.8A non-cryptographic hash function using AES-NI for high performanceINDIRECT6
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.0.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
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 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
MPL-2.01
PackageRelationDependenciesPublished
colored • 2.2.0The most simple way to add colors in your terminalDIRECT11
CC0-1.01
PackageRelationDependenciesPublished
notify • 4.0.18Cross-platform filesystem notification libraryDIRECT43
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.5.3 version:

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