licenses.dev

webrtc-unreliable-client v0.2.2

Just enough hacks to connect a native client to a https://github.com/triplehex/webrtc-unreliable server

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT198
PackageRelationDependenciesPublished
aead • 0.3.2Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API INDIRECT3
aes-gcm • 0.8.0Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration DIRECT15
aes-soft • 0.6.4DEPRECATED: replaced by the `aes` crateINDIRECT5
aes • 0.6.0Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)DIRECT7
aesni • 0.10.0DEPRECATED: replaced by the `aes` crateINDIRECT5
anyhow • 1.0.104Flexible concrete Error type built on std::error::ErrorDIRECT0
asn1-rs-derive • 0.4.0Derive macros for the `asn1-rs` crateINDIRECT6
asn1-rs-impl • 0.1.0Implementation details for the `asn1-rs` crateINDIRECT4
asn1-rs • 0.5.2Parser/encoder for ASN.1 BER/DER dataINDIRECT24
async-trait • 0.1.80Type erasure for async trait methodsDIRECT4
atomic-waker • 1.1.2A synchronization primitive for task wakeupINDIRECT0
autocfg • 1.5.1Automatic cfg for Rust compiler featuresINDIRECT0
base16ct • 0.1.1Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support INDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8DIRECT0
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
base64ct • 1.8.3Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable "best effort" constant-time operation and embedded-friendly no_std support INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.13.1A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer types for block processing of dataINDIRECT3
block-buffer • 0.9.0Buffer types for block processing of dataINDIRECT3
block-modes • 0.7.0This crate is deprecated. Use crates from https://github.com/RustCrypto/block-modes instead.DIRECT5
block-padding • 0.2.1Padding and unpadding of messages divided into blocks.INDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cc • 1.4.3A 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. INDIRECT2
ccm • 0.3.0Generic implementation of the Counter with CBC-MAC (CCM) modeDIRECT6
cfg-if • 1.0.4A 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
cipher • 0.2.5Traits for describing block ciphers and stream ciphersINDIRECT3
const-oid • 0.9.6Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e. embedded) support INDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.10.1Bindings to Core Foundation for macOSINDIRECT2
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
cpufeatures • 0.2.17Lightweight 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
cpuid-bool • 0.2.0DEPRECATED: replaced by the `cpufeatures` crateINDIRECT0
crc-catalog • 1.1.1Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.INDIRECT0
crc • 2.1.0Rust implementation of CRC with support of various standardsDIRECT1
crypto-bigint • 0.4.9Pure Rust implementation of a big integer library which has been designed from the ground-up for use in cryptographic applications. Provides constant-time, no_std-friendly implementations of modern formulas using const generics. INDIRECT10
crypto-common • 0.1.7Common traits used by cryptographic algorithmsINDIRECT3
crypto-mac • 0.10.1Trait for Message Authentication Code (MAC) algorithmsINDIRECT4
ctr • 0.6.0CTR block modes of operationINDIRECT4
curve25519-dalek-derive • 0.1.1curve25519-dalek DerivesINDIRECT4
der-parser • 8.2.0Parser/encoder for ASN.1 BER/DER dataDIRECT27
der • 0.6.1Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules (DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with full support for heapless `no_std`/`no_alloc` targets INDIRECT2
derive_builder_core • 0.10.2Internal helper library for the derive_builder crate.INDIRECT10
derive_builder_macro • 0.10.2Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT11
derive_builder • 0.10.2Rust macro to automatically implement the builder pattern for arbitrary structs.DIRECT12
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT6
digest • 0.9.0Traits for cryptographic hash functions and message authentication codesINDIRECT3
displaydoc • 0.2.7A derive macro for implementing the display Trait via a doc comment and string interpolation INDIRECT4
ecdsa • 0.14.8Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing RFC6979 deterministic signatures as well as support for added entropy INDIRECT28
elliptic-curve • 0.12.3General purpose Elliptic Curve Cryptography (ECC) support, including types and traits for representing various elliptic curve forms, scalars, points, and public/secret keys composed thereof. DIRECT25
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
fastrand • 2.5.0A simple and fast random number generatorINDIRECT0
ff • 0.12.1Library for building and interfacing with finite fieldsINDIRECT6
find-msvc-tools • 0.1.11Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
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.2Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT3
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.4.3A small cross-platform library for retrieving random data from system sourceINDIRECT3
ghash • 0.3.1Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher. INDIRECT8
group • 0.12.1Elliptic curve group traits and utilitiesINDIRECT7
hashbrown • 0.17.1A Rust port of Google's SwissTable hash mapINDIRECT0
hkdf • 0.12.4HMAC-based Extract-and-Expand Key Derivation Function (HKDF)INDIRECT8
hmac • 0.10.1Generic implementation of Hash-based Message Authentication Code (HMAC)DIRECT6
hmac • 0.12.1Generic implementation of Hash-based Message Authentication Code (HMAC)INDIRECT7
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT3
httparse • 1.10.1A 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 hyperINDIRECT85
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
indexmap • 2.14.0A hash table with consistent order and fast iteration.INDIRECT2
ipnet • 2.12.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.DIRECT0
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.104Bindings 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. INDIRECT12
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.33A lightweight logging facade for Rust DIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
native-tls • 0.2.18A wrapper over a platform's native TLS implementationINDIRECT34
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-bigint • 0.4.8Big integer implementation for RustINDIRECT3
num-integer • 0.1.47Integer traits and functionsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
oid-registry • 0.6.1Object Identifier (OID) databaseINDIRECT25
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
opaque-debug • 0.3.1This crate is deprecated. Use explicit impl of `fmt::Debug` instead.INDIRECT0
openssl-macros • 0.1.1Internal macros used by the openssl crate.INDIRECT4
openssl-probe • 0.2.1A library for helping to find system-wide trust anchor ("root") certificate locations based on paths typically used by `openssl`. INDIRECT0
p256 • 0.11.1Pure Rust implementation of the NIST P-256 (a.k.a. secp256r1, prime256v1) elliptic curve as defined in SP 800-186, with support for ECDH, ECDSA signing/verification, and general purpose curve arithmetic DIRECT31
parking_lot_core • 0.8.6An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.11.2More compact and efficient implementations of the standard synchronization primitives.DIRECT12
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
percent-encoding • 2.3.2Percent encoding and decodingINDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
pkcs8 • 0.9.0Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification (RFC 5208), with additional support for PKCS#8v2 asymmetric key packages (RFC 5958) INDIRECT5
pkg-config • 0.3.34A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
polyval • 0.4.5POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC) INDIRECT7
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.DIRECT4
rand • 0.8.7Random number generators and other randomness functionality. DIRECT13
rcgen • 0.10.0Rust X.509 certificate generatorDIRECT54
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
reqwest • 0.11.23higher level HTTP client libraryDIRECT141
rfc6979 • 0.3.1Pure Rust implementation of RFC6979: Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) INDIRECT15
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rusticata-macros • 4.1.0Helper macros for RusticataINDIRECT3
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
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
sec1 • 0.3.0Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the Elliptic-Curve-Point-to-Octet-String encoding INDIRECT11
security-framework-sys • 2.17.0Apple `Security.framework` low-level FFI bindingsINDIRECT2
security-framework • 3.7.0Security.framework bindings for macOS and iOSINDIRECT5
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeINDIRECT10
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha-1 • 0.9.8SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.DIRECT9
sha2 • 0.10.9Pure 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. DIRECT9
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
signal-hook-registry • 1.4.8Backend crate for signal-hookINDIRECT4
signature • 1.6.4Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)INDIRECT12
smallvec • 1.15.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.4.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. DIRECT4
socket2 • 0.5.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
socket2 • 0.6.5Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT3
spki • 0.6.0X.509 Subject Public Key Info (RFC5280) describing public keys as well as their associated AlgorithmIdentifiers (i.e. OIDs) INDIRECT4
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.119Parser for Rust source codeINDIRECT2
syn • 3.0.3Parser for Rust source codeINDIRECT2
system-configuration-sys • 0.5.0Low level bindings to SystemConfiguration framework for macOSINDIRECT2
system-configuration • 0.5.1Bindings to SystemConfiguration framework for macOSINDIRECT5
tempfile • 3.27.0A library for managing temporary files and directories.INDIRECT12
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
time-macros • 0.2.4 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT0
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT4
tokio-rustls • 0.24.1Asynchronous TLS/SSL streams for Tokio using Rustls.INDIRECT44
typenum • 1.20.1Typenum 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-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.25This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
universal-hash • 0.4.1Traits which describe the functionality of universal hash functions (UHFs)INDIRECT4
url • 2.5.8URL library for Rust, based on the WHATWG URL StandardDIRECT12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
uuid • 0.8.2A library to generate and parse UUIDs.DIRECT4
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-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT14
wasm-bindgen-macro-support • 0.2.127Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.127Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.127Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.127Easy support for interacting between JS and Rust. INDIRECT11
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT13
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.DIRECT2
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-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.61.2Rust for WindowsINDIRECT1
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
x509-parser • 0.14.0Parser for the X.509 v3 format (RFC 5280 certificates)INDIRECT51
x509-parser • 0.15.1Parser for the X.509 v3 format (RFC 5280 certificates)DIRECT31
yasna • 0.5.2ASN.1 library for RustINDIRECT5
zeroize • 1.9.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! INDIRECT0
MIT33
PackageRelationDependenciesPublished
bytes • 1.12.1Types and traits for working with bytesDIRECT0
darling_core • 0.12.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.12.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.12.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
data-encoding • 2.11.1Efficient and customizable data-encoding functions like base64, base32, and hexINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
h2 • 0.3.27An HTTP/2 client and serverINDIRECT39
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT5
hyper • 0.14.32A protective and efficient HTTP library for all.INDIRECT58
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
mio • 1.2.2Lightweight non-blocking I/O.INDIRECT4
nix • 0.23.2Rust friendly bindings to *nix APIsDIRECT8
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
openssl-sys • 0.9.117FFI bindings to OpenSSLINDIRECT6
pem • 1.1.1Parse and encode PEM-encoded data.INDIRECT1
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
schannel • 0.1.29Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT2
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
spin • 0.5.2Spin-based synchronization primitivesINDIRECT0
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
tinyjson • 2.5.1Tiny simple JSON parser/generatorDIRECT0
tokio-macros • 2.7.2Tokio's proc macros. INDIRECT4
tokio-native-tls • 0.3.1An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams. INDIRECT50
tokio-util • 0.7.19Additional utilities for working with Tokio. INDIRECT26
tokio • 1.53.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT23
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tracing-core • 0.1.36Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.44Application-level tracing for Rust. INDIRECT3
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
winreg • 0.50.0Rust bindings to MS Windows Registry APIINDIRECT10
Apache-2.0 OR ISC OR MIT6
PackageRelationDependenciesPublished
hyper-rustls • 0.24.2Rustls+hyper integration for pure rust HTTPSINDIRECT70
rustls-pemfile • 1.0.4Basic .pem file parser for keys and certificatesINDIRECT1
rustls • 0.19.1Rustls is a modern TLS library written in Rust.DIRECT28
rustls • 0.21.12Rustls is a modern TLS library written in Rust.INDIRECT22
sct • 0.6.1Certificate transparency SCT verification libraryINDIRECT24
sct • 0.7.1Certificate transparency SCT verification libraryINDIRECT19
BSD-3-Clause4
PackageRelationDependenciesPublished
curve25519-dalek • 4.1.3A pure-Rust implementation of group operations on ristretto255 and Curve25519INDIRECT12
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
subtle • 2.4.1Pure-Rust traits and utilities for constant-time cryptographic implementations.DIRECT0
x25519-dalek • 2.0.1X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.DIRECT16
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 1.1.5Fast multiple substring searching.INDIRECT0
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.DIRECT0
memchr • 2.8.3Provides 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.03
PackageRelationDependenciesPublished
openssl • 0.10.81OpenSSL bindingsINDIRECT16
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
waitgroup • 0.1.2Async waitgroup for a collection of task to finishDIRECT1
ISC3
PackageRelationDependenciesPublished
rustls-webpki • 0.101.7Web PKI X.509 Certificate Verification.INDIRECT19
untrusted • 0.7.1Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.INDIRECT0
untrusted • 0.9.0Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.12.1Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.1.4Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT6
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
non-standard2
PackageRelationDependenciesPublished
ring • 0.16.20An experiment.DIRECT23
webpki • 0.21.4Web PKI X.509 Certificate Verification.DIRECT24
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.1.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.24Determine 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.8.56Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.56Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.12.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
MPL-2.01
PackageRelationDependenciesPublished
webpki-roots • 0.25.4Mozilla's CA root certificates for use with webpkiINDIRECT0
Apache-2.0 OR BSD-1-Clause OR MIT1
PackageRelationDependenciesPublished
fiat-crypto • 0.2.9Fiat-crypto generated RustINDIRECT0
Apache-2.0 AND ISC1
PackageRelationDependenciesPublished
ring • 0.17.14An experiment.INDIRECT18
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 6.0.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.2 version:

[![licenses](https://licenses.dev/b/cargo/webrtc-unreliable-client/0.2.2)](https://licenses.dev/cargo/webrtc-unreliable-client/0.2.2)
<a href="https://licenses.dev/cargo/webrtc-unreliable-client/0.2.2">
  <img src="https://licenses.dev/b/cargo/webrtc-unreliable-client/0.2.2" alt="licenses" />
</a>
GitHub