Third-Party Licenses

Dugite depends on a number of open-source Rust crates. This page documents all third-party dependencies and their license terms.

Total dependencies: 560

Generated from Cargo.lock on 2026-07-31 at commit 3cbe3986c8. Regenerate with just licenses after any dependency change — nothing in CI does it for you.

Dugite itself is licensed under Apache-2.0. Counts below are per unique crate name (the highest version, where a crate appears at several versions) across all target platforms, so they include target-gated dependencies such as the windows-* family that are not built on Linux or macOS.

License Summary

LicenseCount
MIT OR Apache-2.0285
MIT119
Apache-2.0 OR MIT44
Apache-2.022
Unicode-3.018
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT14
Unlicense OR MIT6
Zlib OR Apache-2.0 OR MIT6
BSD-3-Clause4
MPL-2.0+3
Apache-2.0 OR ISC OR MIT3
ISC3
CC0-1.0 OR MIT-0 OR Apache-2.02
MIT OR Apache-2.0 OR Zlib2
BlueOak-1.0.02
CDLA-Permissive-2.02
BSD-2-Clause OR Apache-2.0 OR MIT2
0BSD OR MIT OR Apache-2.01
Apache-2.0 WITH LLVM-exception1
BSD-2-Clause1
ISC AND (Apache-2.0 OR ISC)1
ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)1
(Apache-2.0 OR MIT) AND BSD-3-Clause1
MIT OR Apache-2.0 OR CC0-1.01
MIT OR Apache-2.0 OR BSD-1-Clause1
(MIT OR Apache-2.0) AND Unicode-DFS-20161
Apache-2.0 OR MIT1
Zlib1
MIT AND BSD-3-Clause1
MIT OR Zlib OR Apache-2.01
(MIT OR Apache-2.0) AND Apache-2.01
MIT OR Apache-2.0 OR LGPL-2.1-or-later1
Apache-2.0 AND ISC1
Apache-2.0 OR BSL-1.01
MPL-2.0 OR MIT OR Apache-2.01
MIT OR MPL-2.01
WTFPL1
(MIT OR Apache-2.0) AND Unicode-3.01
Unknown1
MIT AND Unicode-DFS-20161

Licenses Needing Review

Everything not covered by a plainly permissive license (MIT, Apache-2.0, BSD, ISC, Zlib, CC0, Unicode-3.0, BlueOak, CDLA-Permissive, or MPL-2.0 file-level copyleft). Review these before shipping a binary distribution:

CrateVersionLicense
bitmaps3.2.1MPL-2.0+
imbl7.0.0MPL-2.0+
imbl-sized-chunks0.1.3MPL-2.0+
terminfo0.9.0WTFPL
vrf_dalek0.1.0Unknown
wezterm-bidi0.2.3MIT AND Unicode-DFS-2016

Key Dependencies

These are the primary libraries that Dugite directly depends on:

CrateVersionLicenseDescription
tokio1.52.3MITAn event-driven, non-blocking I/O platform for writing asynchronous I/O
backe...
tokio-util0.7.18MITAdditional utilities for working with Tokio.
hyper1.10.1MITA protective and efficient HTTP library for all.
reqwest0.13.3MIT OR Apache-2.0higher level HTTP client library
socket20.6.3MIT OR Apache-2.0Utilities for handling networking sockets with a maximal amount of configurat...
hickory-resolver0.26.1MIT OR Apache-2.0hickory-resolver is a safe and secure DNS stub resolver library intended to b...
tonic0.14.6MITA gRPC over HTTP/2 implementation focused on high performance, interoperabili...
prost0.14.4Apache-2.0A Protocol Buffers implementation for the Rust Language.
serde1.0.228MIT OR Apache-2.0A generic serialization/deserialization framework
serde_json1.0.150MIT OR Apache-2.0A JSON serialization file format
minicbor0.26.5BlueOak-1.0.0A small CBOR codec suitable for no_std environments.
bincode2.0.1MITA binary serialization / deserialization strategy for transforming structs in...
toml1.1.2+spec-1.1.0MIT OR Apache-2.0A native Rust encoder and decoder of TOML-formatted files and streams. Provid...
blake20.9.2MIT OR Apache-2.0BLAKE2 hash functions
blake2b_simd1.0.4MITa pure Rust BLAKE2b implementation with dynamic SIMD
sha20.9.9MIT OR Apache-2.0Pure Rust implementation of the SHA-2 hash function family
including SHA-224,...
sha30.12.0MIT OR Apache-2.0Implementation of the SHA-3 family of cryptographic hash algorithms
ed25519-dalek2.2.0BSD-3-ClauseFast and efficient ed25519 EdDSA key generations, signing, and verification i...
curve25519-dalek4.1.3BSD-3-ClauseA pure-Rust implementation of group operations on ristretto255 and Curve25519
blst0.3.16Apache-2.0Bindings for blst BLS12-381 library
k2560.13.4Apache-2.0 OR MITsecp256k1 elliptic curve library written in pure Rust with support for ECDSA
...
kes-summed-ed255190.2.1Apache-2.0Key Evolving Signature
vrf_dalek0.1.0Unknown
num-bigint0.4.6MIT OR Apache-2.0Big integer implementation for Rust
num-rational0.4.2MIT OR Apache-2.0Rational numbers implementation for Rust
dashu-int0.4.2MIT OR Apache-2.0A big integer library with good performance
memmap20.9.11MIT OR Apache-2.0Cross-platform Rust API for memory-mapped file IO
fs20.4.3MIT/Apache-2.0Cross-platform file locks and file duplication.
imbl7.0.0MPL-2.0+Immutable collection datatypes
crc32fast1.5.0MIT OR Apache-2.0Fast, SIMD-accelerated CRC32 (IEEE) checksum computation
zstd0.13.3MITBinding for the zstd compression library.
tar0.4.46MIT OR Apache-2.0A Rust implementation of a TAR file reader and writer. This library does not
...
hex0.4.3MIT OR Apache-2.0Encoding and decoding data into/from hexadecimal representation.
bs580.5.1MIT/Apache-2.0Another Base58 codec implementation.
bech320.11.1MITEncodes and decodes the Bech32 format and implements the bech32 and bech32m c...
base640.22.1MIT OR Apache-2.0encodes and decodes base64 as bytes or utf8
mithril-client0.14.5Apache-2.0Mithril client library
clap4.6.1MIT OR Apache-2.0A simple to use, efficient, and full-featured Command Line Argument Parser
ratatui0.30.2MITA library that's all about cooking up terminal user interfaces
crossterm0.29.0MITA crossplatform terminal library for manipulating terminals.
indicatif0.18.6MITA progress bar and cli reporting library for Rust
tracing0.1.44MITApplication-level tracing for Rust.
tracing-subscriber0.3.23MITUtilities for implementing and composing tracing subscribers.
dashmap6.2.1MITBlazing fast concurrent HashMap for Rust.
parking_lot0.12.5MIT OR Apache-2.0More compact and efficient implementations of the standard synchronization pr...
arc-swap1.9.2MIT OR Apache-2.0Atomically swappable Arc
rayon1.12.0MIT OR Apache-2.0Simple work-stealing parallelism for Rust
rand0.9.4MIT OR Apache-2.0Random number generators and other randomness functionality.
chrono0.4.44MIT OR Apache-2.0Date and time library for Rust

All Dependencies

Complete list of all third-party crates used by Dugite, sorted alphabetically.

CrateVersionLicense
adler22.0.10BSD OR MIT OR Apache-2.0
aho-corasick1.1.4Unlicense OR MIT
alloca0.4.0MIT
allocator-api20.2.21MIT OR Apache-2.0
android_system_properties0.1.5MIT/Apache-2.0
anes0.1.6MIT OR Apache-2.0
anstream1.0.0MIT OR Apache-2.0
anstyle1.0.14MIT OR Apache-2.0
anstyle-parse1.0.0MIT OR Apache-2.0
anstyle-query1.1.5MIT OR Apache-2.0
anstyle-wincon3.0.11MIT OR Apache-2.0
anyhow1.0.102MIT OR Apache-2.0
approx0.5.1Apache-2.0
ar_archive_writer0.5.1Apache-2.0 WITH LLVM-exception
arc-swap1.9.2MIT OR Apache-2.0
archery1.2.2MIT
arraydeque0.5.1MIT/Apache-2.0
arrayref0.3.9BSD-2-Clause
arrayvec0.7.6MIT OR Apache-2.0
async-trait0.1.89MIT OR Apache-2.0
atomic0.6.1Apache-2.0/MIT
atomic-waker1.1.2Apache-2.0 OR MIT
autocfg1.5.0Apache-2.0 OR MIT
aws-lc-rs1.17.0ISC AND (Apache-2.0 OR ISC)
aws-lc-sys0.41.0ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)
axum0.8.9MIT
axum-core0.5.6MIT
az1.3.0MIT/Apache-2.0
base16ct0.2.0Apache-2.0 OR MIT
base640.22.1MIT OR Apache-2.0
base64ct1.8.3Apache-2.0 OR MIT
bech320.11.1MIT
bincode2.0.1MIT
bincode_derive2.0.1MIT
bindgen0.72.1BSD-3-Clause
bit-set0.8.0Apache-2.0 OR MIT
bit-vec0.8.0Apache-2.0 OR MIT
bitflags2.13.0MIT OR Apache-2.0
bitmaps3.2.1MPL-2.0+
blake20.9.2MIT OR Apache-2.0
blake2b_simd1.0.4MIT
block-buffer0.9.0MIT OR Apache-2.0
blst0.3.16Apache-2.0
bs580.5.1MIT/Apache-2.0
bumpalo3.20.2MIT OR Apache-2.0
by_address1.2.1MIT OR Apache-2.0
bytemuck1.25.0Zlib OR Apache-2.0 OR MIT
byteorder1.5.0Unlicense OR MIT
bytes1.12.0MIT
cast0.3.0MIT OR Apache-2.0
castaway0.2.4MIT
cc1.2.60MIT OR Apache-2.0
cexpr0.6.0Apache-2.0/MIT
cfg-if1.0.4MIT OR Apache-2.0
cfg_aliases0.2.1MIT
chacha200.10.0MIT OR Apache-2.0
chrono0.4.44MIT OR Apache-2.0
ciborium0.2.2Apache-2.0
ciborium-io0.2.2Apache-2.0
ciborium-ll0.2.2Apache-2.0
ckb-merkle-mountain-range0.6.1MIT
clang-sys1.8.1Apache-2.0
clap4.6.1MIT OR Apache-2.0
clap_builder4.6.0MIT OR Apache-2.0
clap_derive4.6.1MIT OR Apache-2.0
clap_lex1.1.0MIT OR Apache-2.0
cmake0.1.58MIT OR Apache-2.0
colorchoice1.0.5MIT OR Apache-2.0
combine4.6.7MIT
compact_str0.9.0MIT
console0.16.4MIT
const-oid0.9.6Apache-2.0 OR MIT
constant_time_eq0.4.2CC0-1.0 OR MIT-0 OR Apache-2.0
convert_case0.10.0MIT
core-foundation0.9.4MIT OR Apache-2.0
core-foundation-sys0.8.7MIT OR Apache-2.0
cpufeatures0.3.0MIT OR Apache-2.0
crc32fast1.5.0MIT OR Apache-2.0
criterion0.8.2Apache-2.0 OR MIT
criterion-plot0.8.2Apache-2.0 OR MIT
critical-section1.2.0MIT OR Apache-2.0
crossbeam-channel0.5.15MIT OR Apache-2.0
crossbeam-deque0.8.6MIT OR Apache-2.0
crossbeam-epoch0.9.18MIT OR Apache-2.0
crossbeam-utils0.8.21MIT OR Apache-2.0
crossterm0.29.0MIT
crossterm_winapi0.9.1MIT
crunchy0.2.4MIT
crypto-bigint0.5.5Apache-2.0 OR MIT
crypto-common0.2.1MIT OR Apache-2.0
crypto-mac0.8.0MIT OR Apache-2.0
csscolorparser0.6.2MIT OR Apache-2.0
curve25519-dalek4.1.3BSD-3-Clause
curve25519-dalek-derive0.1.1MIT/Apache-2.0
darling0.23.0MIT
darling_core0.23.0MIT
darling_macro0.23.0MIT
dashmap6.2.1MIT
dashu-base0.4.3MIT OR Apache-2.0
dashu-int0.4.2MIT OR Apache-2.0
data-encoding2.11.0MIT
deltae0.3.2MIT
der0.7.10Apache-2.0 OR MIT
deranged0.5.8MIT OR Apache-2.0
derive_more2.1.1MIT
derive_more-impl2.1.1MIT
digest0.9.0MIT OR Apache-2.0
displaydoc0.2.5MIT OR Apache-2.0
document-features0.2.12MIT OR Apache-2.0
dunce1.0.5CC0-1.0 OR MIT-0 OR Apache-2.0
dyn-clone1.0.20MIT OR Apache-2.0
ecdsa0.16.9Apache-2.0 OR MIT
ed255192.2.3Apache-2.0 OR MIT
ed25519-dalek2.2.0BSD-3-Clause
either1.15.0MIT OR Apache-2.0
elliptic-curve0.13.8Apache-2.0 OR MIT
encode_unicode1.0.0Apache-2.0 OR MIT
encoding_rs0.8.35(Apache-2.0 OR MIT) AND BSD-3-Clause
equivalent1.0.2Apache-2.0 OR MIT
erased-serde0.4.10MIT OR Apache-2.0
errno0.3.14MIT OR Apache-2.0
euclid0.22.14MIT OR Apache-2.0
fancy-regex0.11.0MIT
fast-srgb81.0.0MIT OR Apache-2.0 OR CC0-1.0
fastrand2.4.1Apache-2.0 OR MIT
ff0.13.1MIT/Apache-2.0
fiat-crypto0.2.9MIT OR Apache-2.0 OR BSD-1-Clause
filedescriptor0.8.3MIT
filetime0.2.27MIT/Apache-2.0
find-msvc-tools0.1.9MIT OR Apache-2.0
finl_unicode1.4.0(MIT OR Apache-2.0) AND Unicode-DFS-2016
fixed1.31.0MIT/Apache-2.0
fixedbitset0.5.7MIT OR Apache-2.0
flate21.1.9MIT OR Apache-2.0
flume0.12.0Apache-2.0/MIT
fnv1.0.7Apache-2.0 / MIT
foldhash0.2.0Zlib
form_urlencoded1.2.2MIT OR Apache-2.0
fs20.4.3MIT/Apache-2.0
fs_extra1.3.0MIT
futures0.3.32MIT OR Apache-2.0
futures-channel0.3.32MIT OR Apache-2.0
futures-core0.3.32MIT OR Apache-2.0
futures-executor0.3.32MIT OR Apache-2.0
futures-io0.3.32MIT OR Apache-2.0
futures-macro0.3.32MIT OR Apache-2.0
futures-sink0.3.32MIT OR Apache-2.0
futures-task0.3.32MIT OR Apache-2.0
futures-util0.3.32MIT OR Apache-2.0
generic-array0.14.9MIT
getrandom0.4.2MIT OR Apache-2.0
glob0.3.3MIT OR Apache-2.0
group0.13.0MIT/Apache-2.0
h20.4.15MIT
half2.7.1MIT OR Apache-2.0
hashbrown0.17.0MIT OR Apache-2.0
hashlink0.10.0MIT OR Apache-2.0
heck0.5.0MIT OR Apache-2.0
hermit-abi0.5.2MIT OR Apache-2.0
hex0.4.3MIT OR Apache-2.0
hickory-net0.26.1MIT OR Apache-2.0
hickory-proto0.26.1MIT OR Apache-2.0
hickory-resolver0.26.1MIT OR Apache-2.0
hmac0.12.1MIT OR Apache-2.0
http1.4.0MIT OR Apache-2.0
http-body1.0.1MIT
http-body-util0.1.3MIT
httparse1.10.1MIT OR Apache-2.0
httpdate1.0.3MIT OR Apache-2.0
hybrid-array0.4.10MIT OR Apache-2.0
hyper1.10.1MIT
hyper-rustls0.27.8Apache-2.0 OR ISC OR MIT
hyper-timeout0.5.2MIT OR Apache-2.0
hyper-util0.1.20MIT
iana-time-zone0.1.65MIT OR Apache-2.0
iana-time-zone-haiku0.1.2MIT OR Apache-2.0
icu_collections2.2.0Unicode-3.0
icu_locale_core2.2.0Unicode-3.0
icu_normalizer2.2.0Unicode-3.0
icu_normalizer_data2.2.0Unicode-3.0
icu_properties2.2.0Unicode-3.0
icu_properties_data2.2.0Unicode-3.0
icu_provider2.2.0Unicode-3.0
id-arena2.3.0MIT/Apache-2.0
ident_case1.0.1MIT/Apache-2.0
idna1.1.0MIT OR Apache-2.0
idna_adapter1.2.1Apache-2.0 OR MIT
imbl7.0.0MPL-2.0+
imbl-sized-chunks0.1.3MPL-2.0+
indexmap2.14.0Apache-2.0 OR MIT
indicatif0.18.6MIT
indoc2.0.7MIT OR Apache-2.0
instability0.3.12MIT
inventory0.3.24MIT OR Apache-2.0
ipconfig0.3.4MIT/Apache-2.0
ipnet2.12.0MIT OR Apache-2.0
iri-string0.7.12MIT OR Apache-2.0
is_terminal_polyfill1.70.2MIT OR Apache-2.0
itertools0.14.0MIT OR Apache-2.0
itoa1.0.18MIT OR Apache-2.0
jni0.22.4MIT OR Apache-2.0
jni-macros0.22.4MIT OR Apache-2.0
jni-sys0.4.1MIT OR Apache-2.0
jni-sys-macros0.4.1MIT OR Apache-2.0
jobserver0.1.34MIT OR Apache-2.0
js-sys0.3.95MIT OR Apache-2.0
k2560.13.4Apache-2.0 OR MIT
kasuari0.4.12MIT OR Apache-2.0
keccak0.2.0Apache-2.0 OR MIT
kes-summed-ed255190.2.1Apache-2.0
lab0.11.0MIT
lazy_static1.5.0MIT OR Apache-2.0
leb128fmt0.1.0MIT OR Apache-2.0
libc0.2.186MIT OR Apache-2.0
libloading0.8.9ISC
libm0.2.16MIT
libredox0.1.16MIT
line-clipping0.3.7MIT OR Apache-2.0
linux-raw-sys0.12.1Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
litemap0.8.2Unicode-3.0
litrs1.0.0MIT OR Apache-2.0
lock_api0.4.14MIT OR Apache-2.0
log0.4.29MIT OR Apache-2.0
lru0.18.0MIT
lru-slab0.1.2MIT OR Apache-2.0 OR Zlib
mac_address1.1.8MIT OR Apache-2.0
matchers0.2.0MIT
matchit0.8.4MIT AND BSD-3-Clause
memchr2.8.0Unlicense OR MIT
memmap20.9.11MIT OR Apache-2.0
memmem0.1.1MIT/Apache-2.0
memoffset0.9.1MIT
mime0.3.17MIT OR Apache-2.0
minicbor0.26.5BlueOak-1.0.0
minicbor-derive0.16.2BlueOak-1.0.0
minimal-lexical0.2.1MIT/Apache-2.0
miniz_oxide0.8.9MIT OR Zlib OR Apache-2.0
mio1.2.0MIT
mithril-aggregator-client0.1.10Apache-2.0
mithril-aggregator-discovery0.1.4Apache-2.0
mithril-build-script0.2.28Apache-2.0
mithril-cardano-node-internal-database0.1.11Apache-2.0
mithril-client0.14.5Apache-2.0
mithril-common0.6.67Apache-2.0
mithril-stm0.10.5Apache-2.0
moka0.12.15(MIT OR Apache-2.0) AND Apache-2.0
multimap0.10.1MIT OR Apache-2.0
ndk-context0.1.1MIT OR Apache-2.0
netlink-packet-core0.7.0MIT
netlink-packet-sock-diag0.4.2MIT
netlink-packet-utils0.5.2MIT
netlink-sys0.8.8MIT
netstat20.11.2MIT OR Apache-2.0
nix0.31.3MIT
nom8.0.0MIT
ntapi0.4.3Apache-2.0 OR MIT
nu-ansi-term0.50.3MIT
num-bigint0.4.6MIT OR Apache-2.0
num-conv0.2.1MIT OR Apache-2.0
num-derive0.4.2MIT OR Apache-2.0
num-integer0.1.46MIT OR Apache-2.0
num-modular0.6.1Apache-2.0
num-order1.2.0Apache-2.0
num-rational0.4.2MIT OR Apache-2.0
num-traits0.2.19MIT OR Apache-2.0
num_cpus1.17.0MIT OR Apache-2.0
num_threads0.1.7MIT OR Apache-2.0
objc2-core-foundation0.3.2Zlib OR Apache-2.0 OR MIT
objc2-io-kit0.3.2Zlib OR Apache-2.0 OR MIT
object0.37.3Apache-2.0 OR MIT
once_cell1.21.4MIT OR Apache-2.0
once_cell_polyfill1.70.2MIT OR Apache-2.0
oorandom11.1.5MIT
opaque-debug0.3.1MIT OR Apache-2.0
openssl-probe0.2.1MIT OR Apache-2.0
ordered-float5.3.0MIT
page_size0.6.0MIT/Apache-2.0
palette0.7.6MIT OR Apache-2.0
palette_derive0.7.6MIT OR Apache-2.0
parking_lot0.12.5MIT OR Apache-2.0
parking_lot_core0.9.12MIT OR Apache-2.0
paste1.0.15MIT OR Apache-2.0
percent-encoding2.3.2MIT OR Apache-2.0
pest2.8.6MIT OR Apache-2.0
pest_derive2.8.6MIT OR Apache-2.0
pest_generator2.8.6MIT OR Apache-2.0
pest_meta2.8.6MIT OR Apache-2.0
petgraph0.8.3MIT OR Apache-2.0
phf0.11.3MIT
phf_codegen0.11.3MIT
phf_generator0.11.3MIT
phf_macros0.11.3MIT
phf_shared0.11.3MIT
pin-project1.1.13Apache-2.0 OR MIT
pin-project-internal1.1.13Apache-2.0 OR MIT
pin-project-lite0.2.17Apache-2.0 OR MIT
pkcs80.10.2Apache-2.0 OR MIT
pkg-config0.3.33MIT OR Apache-2.0
plain0.2.3MIT/Apache-2.0
plotters0.3.7MIT
plotters-backend0.3.7MIT
plotters-svg0.3.7MIT
portable-atomic1.13.1Apache-2.0 OR MIT
potential_utf0.1.5Unicode-3.0
powerfmt0.2.0MIT OR Apache-2.0
ppv-lite860.2.21MIT OR Apache-2.0
prefix-trie0.8.4MIT OR Apache-2.0
prettyplease0.2.37MIT OR Apache-2.0
proc-macro21.0.106MIT OR Apache-2.0
proptest1.11.0MIT OR Apache-2.0
prost0.14.4Apache-2.0
prost-build0.14.4Apache-2.0
prost-derive0.14.4Apache-2.0
prost-types0.14.4Apache-2.0
psm0.1.31MIT OR Apache-2.0
pulldown-cmark0.13.4MIT
pulldown-cmark-to-cmark22.0.0Apache-2.0
quick-error1.2.3MIT/Apache-2.0
quinn0.11.9MIT OR Apache-2.0
quinn-proto0.11.16MIT OR Apache-2.0
quinn-udp0.5.14MIT OR Apache-2.0
quote1.0.45MIT OR Apache-2.0
r-efi6.0.0MIT OR Apache-2.0 OR LGPL-2.1-or-later
rand0.9.4MIT OR Apache-2.0
rand_chacha0.9.0MIT OR Apache-2.0
rand_core0.9.5MIT OR Apache-2.0
rand_pcg0.10.2MIT OR Apache-2.0
rand_xorshift0.4.0MIT OR Apache-2.0
rand_xoshiro0.7.0MIT OR Apache-2.0
ratatui0.30.2MIT
ratatui-core0.1.2MIT
ratatui-crossterm0.1.2MIT
ratatui-macros0.7.2MIT
ratatui-termina0.1.0MIT
ratatui-termwiz0.1.2MIT
ratatui-widgets0.3.2MIT
rayon1.12.0MIT OR Apache-2.0
rayon-core1.13.0MIT OR Apache-2.0
redox_syscall0.7.4MIT
ref-cast1.0.25MIT OR Apache-2.0
ref-cast-impl1.0.25MIT OR Apache-2.0
regex1.12.3MIT OR Apache-2.0
regex-automata0.4.14MIT OR Apache-2.0
regex-syntax0.8.10MIT OR Apache-2.0
reqwest0.13.3MIT OR Apache-2.0
resolv-conf0.7.6MIT OR Apache-2.0
rfc69790.4.0Apache-2.0 OR MIT
ring0.17.14Apache-2.0 AND ISC
ripemd0.2.0MIT OR Apache-2.0
rustc-hash2.1.2Apache-2.0 OR MIT
rustc_version0.4.1MIT OR Apache-2.0
rustix1.1.4Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
rustls0.23.38Apache-2.0 OR ISC OR MIT
rustls-native-certs0.8.3Apache-2.0 OR ISC OR MIT
rustls-pki-types1.14.0MIT OR Apache-2.0
rustls-platform-verifier0.7.0MIT OR Apache-2.0
rustls-platform-verifier-android0.1.1MIT OR Apache-2.0
rustls-webpki0.103.13ISC
rustversion1.0.22MIT OR Apache-2.0
rusty-fork0.3.1MIT/Apache-2.0
ryu1.0.23Apache-2.0 OR BSL-1.0
safe_arch0.7.4Zlib OR Apache-2.0 OR MIT
same-file1.0.6Unlicense/MIT
saphyr0.0.6MIT OR Apache-2.0
saphyr-parser0.0.6MIT OR Apache-2.0
schannel0.1.29MIT
schemars1.2.1MIT
scopeguard1.2.0MIT OR Apache-2.0
sec10.7.3Apache-2.0 OR MIT
security-framework3.7.0MIT OR Apache-2.0
security-framework-sys2.17.0MIT OR Apache-2.0
semver1.0.28MIT OR Apache-2.0
serde1.0.228MIT OR Apache-2.0
serde_bytes0.11.19MIT OR Apache-2.0
serde_core1.0.228MIT OR Apache-2.0
serde_derive1.0.228MIT OR Apache-2.0
serde_json1.0.150MIT OR Apache-2.0
serde_spanned1.1.1MIT OR Apache-2.0
serde_urlencoded0.7.1MIT/Apache-2.0
serde_with3.21.0MIT OR Apache-2.0
serde_with_macros3.21.0MIT OR Apache-2.0
sha20.9.9MIT OR Apache-2.0
sha30.12.0MIT OR Apache-2.0
sharded-slab0.1.7MIT
shlex1.3.0MIT OR Apache-2.0
signal-hook0.3.18Apache-2.0/MIT
signal-hook-mio0.2.5MIT OR Apache-2.0
signal-hook-registry1.4.8MIT OR Apache-2.0
signature2.2.0Apache-2.0 OR MIT
simd-adler320.3.9MIT
simd_cesu81.1.1Apache-2.0 OR MIT
simdutf80.1.5MIT OR Apache-2.0
siphasher1.0.2MIT/Apache-2.0
slab0.4.12MIT
slog2.8.2MPL-2.0 OR MIT OR Apache-2.0
smallvec1.15.1MIT OR Apache-2.0
socket20.6.3MIT OR Apache-2.0
spin0.9.8MIT
spki0.7.3Apache-2.0 OR MIT
sponge-cursor0.1.0MIT OR Apache-2.0
stable_deref_trait1.2.1MIT OR Apache-2.0
stacker0.1.24MIT OR Apache-2.0
static_assertions1.1.0MIT OR Apache-2.0
strsim0.11.1MIT
strum0.28.0MIT
strum_macros0.28.0MIT
subtle2.6.1BSD-3-Clause
symlink0.1.0MIT/Apache-2.0
syn2.0.117MIT OR Apache-2.0
sync_wrapper1.0.2Apache-2.0
synstructure0.13.2MIT
sysinfo0.39.3MIT
system-configuration0.7.0MIT OR Apache-2.0
system-configuration-sys0.6.0MIT OR Apache-2.0
tagptr0.2.0MIT/Apache-2.0
tar0.4.46MIT OR Apache-2.0
tempfile3.27.0MIT OR Apache-2.0
termina0.3.3MIT OR MPL-2.0
terminfo0.9.0WTFPL
termios0.3.3MIT
termwiz0.23.3MIT
thiserror2.0.18MIT OR Apache-2.0
thiserror-impl2.0.18MIT OR Apache-2.0
thread_local1.1.9MIT OR Apache-2.0
threadpool1.8.1MIT/Apache-2.0
time0.3.47MIT OR Apache-2.0
time-core0.1.8MIT OR Apache-2.0
time-macros0.2.27MIT OR Apache-2.0
tinystr0.8.3Unicode-3.0
tinytemplate1.2.1Apache-2.0 OR MIT
tinyvec1.11.0Zlib OR Apache-2.0 OR MIT
tinyvec_macros0.1.1MIT OR Apache-2.0 OR Zlib
tokio1.52.3MIT
tokio-macros2.7.0MIT
tokio-rustls0.26.4MIT OR Apache-2.0
tokio-stream0.1.18MIT
tokio-util0.7.18MIT
toml1.1.2+spec-1.1.0MIT OR Apache-2.0
toml_datetime1.1.1+spec-1.1.0MIT OR Apache-2.0
toml_parser1.1.2+spec-1.1.0MIT OR Apache-2.0
toml_writer1.1.1+spec-1.1.0MIT OR Apache-2.0
tonic0.14.6MIT
tonic-build0.14.6MIT
tonic-prost0.14.6MIT
tonic-prost-build0.14.6MIT
tonic-reflection0.14.6MIT
tonic-web0.14.6MIT
tower0.5.3MIT
tower-http0.6.8MIT
tower-layer0.3.3MIT
tower-service0.3.3MIT
tracing0.1.44MIT
tracing-appender0.2.5MIT
tracing-attributes0.1.31MIT
tracing-core0.1.36MIT
tracing-log0.2.0MIT
tracing-serde0.2.0MIT
tracing-subscriber0.3.23MIT
try-lock0.2.5MIT
typeid1.0.3MIT OR Apache-2.0
typenum1.19.0MIT OR Apache-2.0
typetag0.2.21MIT OR Apache-2.0
typetag-impl0.2.21MIT OR Apache-2.0
ucd-trie0.1.7MIT OR Apache-2.0
unarray0.1.4MIT OR Apache-2.0
unicase2.9.0MIT OR Apache-2.0
unicode-ident1.0.24(MIT OR Apache-2.0) AND Unicode-3.0
unicode-segmentation1.13.2MIT OR Apache-2.0
unicode-truncate2.0.1MIT OR Apache-2.0
unicode-width0.2.2MIT OR Apache-2.0
unicode-xid0.2.6MIT OR Apache-2.0
unit-prefix0.5.2MIT
untrusted0.9.0ISC
unty0.0.4MIT OR Apache-2.0
url2.5.8MIT OR Apache-2.0
utf8_iter1.0.4Apache-2.0 OR MIT
utf8parse0.2.2Apache-2.0 OR MIT
uuid1.23.1Apache-2.0 OR MIT
valuable0.1.1MIT
version_check0.9.5MIT/Apache-2.0
virtue0.0.18MIT
vrf_dalek0.1.0Unknown
vtparse0.6.2MIT
wait-timeout0.2.1MIT/Apache-2.0
walkdir2.5.0Unlicense/MIT
want0.3.1MIT
wasi0.9.0+wasi-snapshot-preview1Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasip21.0.2+wasi-0.2.9Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasip30.4.0+wasi-0.3.0-rc-2026-01-06Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-bindgen0.2.118MIT OR Apache-2.0
wasm-bindgen-futures0.4.68MIT OR Apache-2.0
wasm-bindgen-macro0.2.118MIT OR Apache-2.0
wasm-bindgen-macro-support0.2.118MIT OR Apache-2.0
wasm-bindgen-shared0.2.118MIT OR Apache-2.0
wasm-encoder0.244.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-metadata0.244.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wasm-streams0.5.0MIT OR Apache-2.0
wasmparser0.244.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
web-sys0.3.95MIT OR Apache-2.0
web-time1.1.0MIT OR Apache-2.0
webpki-root-certs1.0.7CDLA-Permissive-2.0
webpki-roots1.0.6CDLA-Permissive-2.0
wezterm-bidi0.2.3MIT AND Unicode-DFS-2016
wezterm-blob-leases0.1.1MIT
wezterm-color-types0.3.0MIT
wezterm-dynamic0.2.1MIT
wezterm-dynamic-derive0.1.1MIT
wezterm-input-types0.1.0MIT
wide0.7.33Zlib OR Apache-2.0 OR MIT
widestring1.2.1MIT OR Apache-2.0
winapi0.3.9MIT/Apache-2.0
winapi-i686-pc-windows-gnu0.4.0MIT/Apache-2.0
winapi-util0.1.11Unlicense OR MIT
winapi-x86_64-pc-windows-gnu0.4.0MIT/Apache-2.0
windows0.62.2MIT OR Apache-2.0
windows-collections0.3.2MIT OR Apache-2.0
windows-core0.62.2MIT OR Apache-2.0
windows-future0.3.2MIT OR Apache-2.0
windows-implement0.60.2MIT OR Apache-2.0
windows-interface0.59.3MIT OR Apache-2.0
windows-link0.2.1MIT OR Apache-2.0
windows-numerics0.3.1MIT OR Apache-2.0
windows-registry0.6.1MIT OR Apache-2.0
windows-result0.4.1MIT OR Apache-2.0
windows-strings0.5.1MIT OR Apache-2.0
windows-sys0.61.2MIT OR Apache-2.0
windows-targets0.52.6MIT OR Apache-2.0
windows-threading0.2.1MIT OR Apache-2.0
windows_aarch64_gnullvm0.52.6MIT OR Apache-2.0
windows_aarch64_msvc0.52.6MIT OR Apache-2.0
windows_i686_gnu0.52.6MIT OR Apache-2.0
windows_i686_gnullvm0.52.6MIT OR Apache-2.0
windows_i686_msvc0.52.6MIT OR Apache-2.0
windows_x86_64_gnu0.52.6MIT OR Apache-2.0
windows_x86_64_gnullvm0.52.6MIT OR Apache-2.0
windows_x86_64_msvc0.52.6MIT OR Apache-2.0
winnow1.0.1MIT
wit-bindgen0.51.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-core0.51.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-rust0.51.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-bindgen-rust-macro0.51.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-component0.244.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
wit-parser0.244.0Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
writeable0.6.3Unicode-3.0
xattr1.6.1MIT OR Apache-2.0
yoke0.8.2Unicode-3.0
yoke-derive0.8.2Unicode-3.0
zerocopy0.8.48BSD-2-Clause OR Apache-2.0 OR MIT
zerocopy-derive0.8.48BSD-2-Clause OR Apache-2.0 OR MIT
zerofrom0.1.7Unicode-3.0
zerofrom-derive0.1.7Unicode-3.0
zeroize1.9.0Apache-2.0 OR MIT
zeroize_derive1.5.0Apache-2.0 OR MIT
zerotrie0.2.4Unicode-3.0
zerovec0.11.6Unicode-3.0
zerovec-derive0.11.3Unicode-3.0
zmij1.0.21MIT
zstd0.13.3MIT
zstd-safe7.2.4MIT OR Apache-2.0
zstd-sys2.0.16+zstd.1.5.7MIT/Apache-2.0

Regenerating This Page

This page is generated from Cargo.lock metadata. To regenerate after dependency changes:

just licenses
# equivalently:
python3 scripts/dev/generate-licenses.py > docs/src/reference/third-party-licenses.md

Native (non-Rust) code reaches the build through a handful of crates worth naming explicitly:

ComponentArrives viaNotes
BLS12-381 (blst, C)direct dependency of dugite-uplcPlutus BLS builtins; also pulled transitively by mithril-stm
zstd (C)zstd / zstd-sysMithril snapshot decompression
ring / aws-lc (C, asm)rustls stack under reqwest, tonic, mithril-clientTLS
libsecp256k1 (C)not useddugite-uplc deliberately uses pure-Rust k256 instead of secp256k1-sys
libsodiumnot usedVRF is pure Rust via a forked curve25519-dalek

Four dependencies are git-pinned rather than published to crates.io: vrf_dalek and curve25519-dalek-fork (the IETF-03 VRF-compatible fork, required for Praos leader election), plus amaru-uplc and cddl, which are both development/conformance-only.