licenses.dev

tokio-executor v0.2.0-alpha.6

Future execution primitives

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT23
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
crossbeam-deque • 0.7.4Concurrent work-stealing dequeDIRECT8
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-queue • 0.1.2Concurrent queuesDIRECT3
crossbeam-utils • 0.6.6Utilities for concurrent programmingDIRECT2
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel-preview • 0.3.0-alpha.19Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. DIRECT0
futures-util-preview • 0.3.0-alpha.19Common utilities and extension traits for the futures-rs library. DIRECT5
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-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
syn • 2.0.56Parser for Rust source codeINDIRECT3
MIT6
PackageRelationDependenciesPublished
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
slab • 0.4.9Pre-allocated storage for a uniform data typeDIRECT1
tokio-sync • 0.2.0-alpha.6Synchronization utilities. DIRECT7
tracing-attributes • 0.1.27Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.40Application-level tracing for Rust. DIRECT8
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-channel • 0.3.9Multi-producer multi-consumer channels for message passingDIRECT3
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.0-alpha.6 version:

[![licenses](https://licenses.dev/b/cargo/tokio-executor/0.2.0-alpha.6)](https://licenses.dev/cargo/tokio-executor/0.2.0-alpha.6)
<a href="https://licenses.dev/cargo/tokio-executor/0.2.0-alpha.6">
  <img src="https://licenses.dev/b/cargo/tokio-executor/0.2.0-alpha.6" alt="licenses" />
</a>
GitHub