licenses.dev

actix-server v2.7.0

General purpose TCP server built for the Actix ecosystem

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT45
PackageRelationDependenciesPublished
actix-codec • 0.5.2Codec utilities for working with framed protocolsDIRECT32
actix-macros • 0.2.4Macros for Actix system and runtimeINDIRECT4
actix-rt • 2.11.0Tokio-based single-threaded async runtime for the Actix ecosystemDIRECT28
actix-service • 2.0.3Service trait and combinators for representing asynchronous request/response operations.DIRECT2
actix-utils • 3.0.1Various utilities used in the Actix ecosystemDIRECT2
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.13.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
env_logger • 0.10.2A logging implementation for `log` which is configured via an environment variable. INDIRECT1
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
futures-core • 0.3.34The core traits and types in for the `futures` library. DIRECT0
futures-macro • 0.3.34The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. DIRECT10
io-uring • 0.6.4The low-level `io_uring` userspace interface for RustINDIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.189Raw 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
log • 0.4.33A lightweight logging facade for Rust INDIRECT0
once_cell • 1.21.4Single 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.17A lightweight version of pin-project written with declarative macros. INDIRECT0
pretty_env_logger • 0.5.0a visually pretty env_loggerDIRECT2
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT1
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.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.4.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT4
socket2 • 0.6.5Utilities for handling networking sockets with a maximal amount of configuration possible intended. DIRECT3
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.DIRECT0
syn • 2.0.119Parser for Rust source codeINDIRECT2
syn • 3.0.3Parser for Rust source codeINDIRECT2
thread_local • 1.1.10Per-object thread-local storageINDIRECT1
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
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT13
PackageRelationDependenciesPublished
bytes • 1.12.1Types and traits for working with bytesDIRECT0
matchers • 0.1.0Regex matching on character and byte streams. INDIRECT2
mio • 1.2.2Lightweight non-blocking I/O.DIRECT5
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
tokio-macros • 2.7.2Tokio's proc macros. INDIRECT4
tokio-uring • 0.5.0io-uring support for the Tokio asynchronous runtime. DIRECT37
tokio-util • 0.7.19Additional utilities for working with Tokio. DIRECT27
tokio • 1.53.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT24
tracing-core • 0.1.36Core primitives for application-level tracing. INDIRECT1
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. DIRECT14
tracing • 0.1.44Application-level tracing for Rust. DIRECT4
MIT OR Unlicense2
PackageRelationDependenciesPublished
memchr • 2.8.3Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
regex-automata • 0.1.10Automata construction and matching using regular expressions.INDIRECT1
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.7.0 version:

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