licenses.dev

async-attributes v1.1.2

Experimental language-level polyfills for Async Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT39
PackageRelationDependenciesPublished
async-macros • 1.0.0Macros for async-std.INDIRECT2
async-std • 0.99.12Async version of the Rust standard libraryDIRECT50
async-task • 1.3.1Task abstraction for building executorsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
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
crossbeam-deque • 0.7.4Concurrent work-stealing dequeINDIRECT8
crossbeam-epoch • 0.8.2Epoch-based garbage collectionINDIRECT7
crossbeam-utils • 0.6.6Utilities for concurrent programmingINDIRECT2
crossbeam-utils • 0.7.2Utilities for concurrent programmingINDIRECT3
ctor • 0.1.26__attribute__((constructor)) for RustINDIRECT4
futures-core-preview • 0.3.0-alpha.19The core traits and types in for the `futures` library. INDIRECT0
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-timer • 1.0.3Timeouts for futures. INDIRECT2
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
kv-log-macro • 1.0.7Log macro for log's kv-unstable backend.INDIRECT9
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.17A lightweight logging facade for Rust INDIRECT8
maybe-uninit • 2.0.0MaybeUninit for friends of backwards compatibilityINDIRECT0
mio-uds • 0.6.8Unix domain socket bindings for mio INDIRECT27
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
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
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.1.12A 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!(...)DIRECT2
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 • 1.0.109Parser for Rust source codeDIRECT3
value-bag • 1.0.0-alpha.9Anonymous structured valuesINDIRECT6
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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
MIT7
PackageRelationDependenciesPublished
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
memoffset • 0.5.6offset_of functionality for Rust structs.INDIRECT1
mio • 0.6.23Lightweight non-blocking I/O.INDIRECT26
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
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
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
BSD-3-Clause2
PackageRelationDependenciesPublished
fuchsia-zircon-sys • 0.3.3Low-level Rust bindings for the Zircon kernelINDIRECT0
fuchsia-zircon • 0.3.3Rust bindings for the Zircon kernelINDIRECT2
MIT OR (Apache-2.0 AND BSD-2-Clause)1
PackageRelationDependenciesPublished
crossbeam-channel • 0.3.9Multi-producer multi-consumer channels for message passingINDIRECT3
MIT OR Unlicense1
PackageRelationDependenciesPublished
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
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/async-attributes)](https://licenses.dev/cargo/async-attributes)
<a href="https://licenses.dev/cargo/async-attributes">
  <img src="https://licenses.dev/b/cargo/async-attributes" alt="licenses" />
</a>

Or the licenses badge code for the 1.1.2 version:

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