licenses.dev

axum v0.6.20

Web framework that focuses on ergonomics and modularity

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT114
PackageRelationDependenciesPublished
anyhow • 1.0.104Flexible concrete Error type built on std::error::ErrorDIRECT0
async-compression • 0.4.44Adaptors between compression crates and Rust's modern asynchronous IO types. INDIRECT22
async-trait • 0.1.89Type erasure for async trait methodsDIRECT4
base64 • 0.21.7encodes and decodes base64 as bytes or utf8DIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bitflags • 2.13.1A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer types for block processing of dataINDIRECT3
bumpalo • 3.20.3A fast bump allocation arena for Rust.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
compression-codecs • 0.4.39Adaptors for various compression algorithms. INDIRECT7
compression-core • 0.4.33Abstractions for compression algorithms. INDIRECT0
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.7Common traits used by cryptographic algorithmsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
env_logger • 0.8.4A logging implementation for `log` which is configured via an environment variable. INDIRECT5
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
flate2 • 1.1.10DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
form_urlencoded • 1.2.2Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-io • 0.3.34The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
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. DIRECT12
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.17.1A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.4.1heck is a case conversion library.INDIRECT0
http • 0.2.12A set of types for representing HTTP requests and responses. DIRECT3
httparse • 1.10.1A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 1.0.3HTTP date parsing and formattingINDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.1.0IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
indexmap • 2.14.1A hash table with consistent order and fast iteration.INDIRECT2
ipnet • 2.12.1Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.INDIRECT0
iri-string • 0.7.14IRI as string typesINDIRECT0
itoa • 1.0.18Fast integer primitive to string conversionDIRECT0
js-sys • 0.3.104Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT12
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.34A lightweight logging facade for Rust INDIRECT0
mime • 0.3.17Strongly Typed MimesDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
percent-encoding • 2.3.2Percent encoding and decodingDIRECT0
pin-project-internal • 1.1.13Implementation detail of the `pin-project` crate. INDIRECT4
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. DIRECT0
pin-project • 1.1.13A crate for safe and ergonomic pin-projection. INDIRECT5
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
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
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.8Random number generators and other randomness functionality. INDIRECT13
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. INDIRECT3
reqwest • 0.11.27higher level HTTP client libraryDIRECT106
rustversion • 1.0.23Conditional compilation according to rustc compiler versionDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT9
serde_path_to_error • 0.1.17Path to the element that failed to deserializeDIRECT7
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeDIRECT10
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha1 • 0.10.7SHA-1 hash functionDIRECT9
smallvec • 1.16.0'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.5.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
socket2 • 0.6.5Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
syn • 3.0.4Parser for Rust source codeINDIRECT2
system-configuration-sys • 0.5.0Low level bindings to SystemConfiguration framework for macOSINDIRECT2
system-configuration • 0.5.1Bindings to SystemConfiguration framework for macOSINDIRECT5
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT9
tungstenite • 0.20.1Lightweight stream-based WebSocket implementationINDIRECT46
typenum • 1.20.1Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
unicase • 2.9.0A case-insensitive wrapper around strings.INDIRECT0
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.25This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
url • 2.5.8URL library for Rust, based on the WHATWG URL StandardINDIRECT12
utf-8 • 0.7.6Incremental, zero-copy UTF-8 decoding with error handlingINDIRECT0
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
uuid • 1.6.1A library to generate and parse UUIDs.DIRECT10
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-futures • 0.4.45Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT14
wasm-bindgen-macro-support • 0.2.127Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.127Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.127Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.127Easy support for interacting between JS and Rust. INDIRECT11
wasm-streams • 0.4.2Bridging between web streams and Rust streams using WebAssembly INDIRECT25
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT13
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.61.2Rust for WindowsINDIRECT1
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT33
PackageRelationDependenciesPublished
axum-core • 0.3.4Core types and traits for axumDIRECT24
axum-macros • 0.3.8Macros for axumDIRECT5
bytes • 1.12.1Types and traits for working with bytesDIRECT0
data-encoding • 2.11.1Efficient and customizable data-encoding functions like base64, base32, and hexINDIRECT0
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
h2 • 0.3.27An HTTP/2 client and serverINDIRECT35
headers-core • 0.2.0typed HTTP headers core traitINDIRECT4
headers • 0.3.9typed HTTP headersDIRECT18
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. DIRECT5
http-range-header • 0.3.1No-dep range header parserINDIRECT0
hyper • 0.14.32A protective and efficient HTTP library for all.DIRECT54
mime_guess • 2.0.5A simple crate for detection of a file's MIME type by its extension.INDIRECT2
mio • 1.2.3Lightweight non-blocking I/O.INDIRECT4
multer • 2.1.0An async parser for `multipart/form-data` content-type in Rust.DIRECT24
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
spin • 0.9.9Spin-based synchronization primitivesINDIRECT0
tokio-macros • 2.7.2Tokio's proc macros. INDIRECT4
tokio-stream • 0.1.19Utilities to work with `Stream` and `tokio`. DIRECT15
tokio-tungstenite • 0.20.1Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementationDIRECT63
tokio-util • 0.7.19Additional utilities for working with Tokio. INDIRECT16
tokio • 1.53.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT13
tower-http • 0.4.4Tower middleware and utilities for HTTP clients and serversDIRECT60
tower-layer • 0.3.3Decorates a `Service` to allow easy composition between `Service`s. DIRECT0
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. DIRECT0
tower • 0.4.13Tower is a library of modular and reusable components for building robust clients and servers. DIRECT33
tracing-attributes • 0.1.31Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.36Core primitives for application-level tracing. INDIRECT1
tracing-serde • 0.2.0A compatibility layer for serializing trace data with `serde` INDIRECT8
tracing-subscriber • 0.3.23Utilities for implementing and composing `tracing` subscribers. DIRECT13
tracing • 0.1.44Application-level tracing for Rust. DIRECT9
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
winreg • 0.50.0Rust bindings to MS Windows Registry APIINDIRECT10
MIT OR Unlicense5
PackageRelationDependenciesPublished
aho-corasick • 1.1.5Fast multiple substring searching.INDIRECT0
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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. DIRECT0
quickcheck_macros • 1.2.0A macro attribute for quickcheck.DIRECT4
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT20
BSD-3-Clause AND MIT2
PackageRelationDependenciesPublished
brotli • 8.0.4A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.INDIRECT3
matchit • 0.7.3A high performance, zero-copy URL router.DIRECT0
Apache-2.02
PackageRelationDependenciesPublished
sync_wrapper • 0.1.2A tool for enlisting the compiler's help in proving the absence of concurrencyDIRECT0
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.1.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
alloc-no-stdlib • 2.0.4A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memoryINDIRECT0
alloc-stdlib • 0.2.4A dynamic allocator example that may be used with the stdlibINDIRECT1
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.56Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.56Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.13.2`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
BSD-3-Clause OR MIT1
PackageRelationDependenciesPublished
brotli-decompressor • 5.0.3A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli INDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.20 version:

[![licenses](https://licenses.dev/b/cargo/axum/0.6.20)](https://licenses.dev/cargo/axum/0.6.20)
<a href="https://licenses.dev/cargo/axum/0.6.20">
  <img src="https://licenses.dev/b/cargo/axum/0.6.20" alt="licenses" />
</a>
GitHub