licenses.dev

actix-service v2.0.3

Service trait and combinators for representing asynchronous request/response operations.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
actix-macros • 0.2.4Macros for Actix system and runtimeINDIRECT4
actix-rt • 2.11.0Tokio-based single-threaded async runtime for the Actix ecosystemDIRECT25
actix-utils • 3.0.1Various utilities used in the Actix ecosystemDIRECT2
bitflags • 2.11.1A 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
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
futures-core • 0.3.32The core traits and types in for the `futures` library. DIRECT0
futures-task • 0.3.32Tools for working with tasks. INDIRECT0
futures-util • 0.3.32Common utilities and extension traits for the futures-rs library. DIRECT3
libc • 0.2.186Raw FFI bindings to platform libraries like libc.INDIRECT0
local-waker • 0.1.4A synchronization primitive for thread-local task wakeupINDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
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.17A lightweight version of pin-project written with declarative macros. DIRECT0
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-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
signal-hook-registry • 1.4.8Backend crate for signal-hookINDIRECT4
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.6.3Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT3
syn • 2.0.117Parser for Rust source codeINDIRECT2
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT4
PackageRelationDependenciesPublished
bytes • 1.11.1Types and traits for working with bytesINDIRECT0
mio • 1.2.0Lightweight non-blocking I/O.INDIRECT4
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
tokio • 1.52.3An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT18
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
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 MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.3 version:

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