licenses.dev

aws-smithy-http-tower v0.30.0-alpha

This crate is no longer used by smithy-rs and is deprecated.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT50
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.10.0A macro to generate structures which behave like bitflags. INDIRECT0
bytes-utils • 0.1.4Additional utilities for working with the bytes crateINDIRECT2
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
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT4
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
itoa • 0.4.8Fast integer primitive to string conversionINDIRECT0
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
libc • 0.2.178Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.29A lightweight logging facade for Rust INDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-integer • 0.1.46Integer traits and functionsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.3Single 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
percent-encoding • 2.3.2Percent encoding and decodingINDIRECT0
pin-project-internal • 1.1.10Implementation detail of the `pin-project` crate. INDIRECT4
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-project • 1.1.10A crate for safe and ergonomic pin-projection. DIRECT5
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.42Quasi-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.7Backend crate for signal-hookINDIRECT1
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.6.1Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT12
syn • 2.0.56Parser for Rust source codeINDIRECT3
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT2
windows_aarch64_gnullvm • 0.53.1Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.53.1Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.53.1Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.53.1Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.53.1Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.53.1Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.53.1Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.53.1Import lib for WindowsINDIRECT0
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.60.2Rust for WindowsINDIRECT10
windows-sys • 0.61.2Rust for WindowsINDIRECT1
windows-targets • 0.53.5Import libs for WindowsINDIRECT9
MIT16
PackageRelationDependenciesPublished
bytes • 1.11.0Types and traits for working with bytesDIRECT0
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. DIRECT5
hyper • 0.14.32A fast and correct HTTP library.INDIRECT52
mio • 1.1.1Lightweight non-blocking I/O.INDIRECT4
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
tokio-macros • 2.6.0Tokio's proc macros. INDIRECT4
tokio-util • 0.6.10Additional utilities for working with Tokio. INDIRECT36
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT32
tower-layer • 0.3.3Decorates a `Service` to allow easy composition between `Service`s. INDIRECT0
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tower • 0.4.13Tower is a library of modular and reusable components for building robust clients and servers. DIRECT18
tracing-attributes • 0.1.31Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.35Core primitives for application-level tracing. INDIRECT1
tracing • 0.1.43Application-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
Apache-2.02
PackageRelationDependenciesPublished
aws-smithy-http • 0.30.0-alphaSmithy HTTP logic for smithy-rs.DIRECT68
aws-smithy-types • 0.30.0-alphaTypes for smithy-rs codegen.INDIRECT8
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.22Determine 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/aws-smithy-http-tower)](https://licenses.dev/cargo/aws-smithy-http-tower)
<a href="https://licenses.dev/cargo/aws-smithy-http-tower">
  <img src="https://licenses.dev/b/cargo/aws-smithy-http-tower" alt="licenses" />
</a>

Or the licenses badge code for the 0.30.0-alpha version:

[![licenses](https://licenses.dev/b/cargo/aws-smithy-http-tower/0.30.0-alpha)](https://licenses.dev/cargo/aws-smithy-http-tower/0.30.0-alpha)
<a href="https://licenses.dev/cargo/aws-smithy-http-tower/0.30.0-alpha">
  <img src="https://licenses.dev/b/cargo/aws-smithy-http-tower/0.30.0-alpha" alt="licenses" />
</a>
GitHub