licenses.dev

vin v2.0.2

An ergonomic actor framework

Published on

Licenses

Learn more about license information.

Package Licenses

non-standard

Dependency Licenses

Apache-2.0 OR MIT42
PackageRelationDependenciesPublished
anyhow • 1.0.100Flexible concrete Error type built on std::error::ErrorINDIRECT0
async-channel • 1.9.0Async multi-producer multi-consumer channelINDIRECT4
async-trait • 0.1.89Type erasure for async trait methodsINDIRECT4
bitflags • 2.10.0A macro to generate structures which behave like bitflags. INDIRECT0
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
concurrent-queue • 2.5.0Concurrent multi-producer multi-consumer queueINDIRECT1
crossbeam-channel • 0.5.15Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.3.12Concurrent queuesINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crossbeam • 0.8.4Tools for concurrent programmingINDIRECT5
downcast-rs • 1.2.1Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints. INDIRECT0
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
event-listener • 2.5.3Notify async tasks or threadsINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT15
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT14
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. INDIRECT16
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.177Raw 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
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.INDIRECT9
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.41Quasi-quoting macro quote!(...)INDIRECT2
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
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
windows-link • 0.2.1Linking for WindowsINDIRECT0
MIT9
PackageRelationDependenciesPublished
rassert-rs • 1.0.0Simple macro for expressing Result-returning assertions.INDIRECT0
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
slab • 0.4.11Pre-allocated storage for a uniform data typeINDIRECT0
tokio-macros • 2.6.0Tokio's proc macros. INDIRECT4
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT16
tracing-attributes • 0.1.30Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.34Core primitives for application-level tracing. INDIRECT1
tracing-subscriber • 0.3.20Utilities for implementing and composing `tracing` subscribers. DIRECT2
tracing • 0.1.41Application-level tracing for Rust. INDIRECT8
non-standard2
PackageRelationDependenciesPublished
vin-core • 1.2.4Core types and traits for vinDIRECT48
vin-macros • 1.2.2Procedural macros that power vinDIRECT7
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.20Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.6Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.2 version:

[![licenses](https://licenses.dev/b/cargo/vin/2.0.2)](https://licenses.dev/cargo/vin/2.0.2)
<a href="https://licenses.dev/cargo/vin/2.0.2">
  <img src="https://licenses.dev/b/cargo/vin/2.0.2" alt="licenses" />
</a>
GitHub