licenses.dev

smol-potat v0.3.3

Proc macro for smol runtime.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT39
PackageRelationDependenciesPublished
async-channel • 1.9.0Async multi-producer multi-consumer channelINDIRECT4
async-task • 3.0.0Task abstraction for building executorsINDIRECT0
atomic-waker • 1.1.2A synchronization primitive for task wakeupINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
blocking • 0.4.7A thread pool for isolating blocking I/O in async programsINDIRECT17
cache-padded • 1.3.0Prevent false sharing by padding and aligning to the length of a cache lineINDIRECT0
cc • 1.2.5A 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. INDIRECT1
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
concurrent-queue • 1.2.4Concurrent multi-producer multi-consumer queueINDIRECT1
concurrent-queue • 2.5.0Concurrent multi-producer multi-consumer queueINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
event-listener • 2.5.3Notify async tasks or threadsINDIRECT0
fastrand • 1.9.0A simple and fast random number generatorINDIRECT2
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-lite • 0.1.11Futures, streams, and async I/O combinatorsINDIRECT9
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT8
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
parking • 1.0.6Thread parking and unparkingINDIRECT0
parking • 2.2.1Thread parking and unparkingINDIRECT0
pin-project-lite • 0.1.12A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.92A 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
scoped-tls • 1.0.1Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS. INDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smol-potat-derive • 0.1.0Proc macro for smol runtime.DIRECT4
smol • 0.1.18A small and fast async runtimeDIRECT36
socket2 • 0.3.19Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT5
syn • 1.0.109Parser for Rust source codeINDIRECT3
waker-fn • 1.2.0Convert closures into wakersINDIRECT0
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
MIT1
PackageRelationDependenciesPublished
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
MPL-2.01
PackageRelationDependenciesPublished
wepoll-sys-stjepang • 1.0.8A fork of wepoll-sys with stjepang's patchesINDIRECT2
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.INDIRECT1
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-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine 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/smol-potat)](https://licenses.dev/cargo/smol-potat)
<a href="https://licenses.dev/cargo/smol-potat">
  <img src="https://licenses.dev/b/cargo/smol-potat" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.3 version:

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