licenses.dev

hyper v0.13.10

A fast and correct HTTP library.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT80
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 0.5.0A macro to generate structures which behave like bitflags. INDIRECT0
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
env_logger • 0.7.1A logging implementation for `log` which is configured via an environment variable. INDIRECT25
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. DIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. DIRECT0
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. DIRECT4
glob • 0.2.11Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
http • 0.2.12A set of types for representing HTTP requests and responses. DIRECT3
httparse • 1.9.5A tiny, safe, speedy, zero-copy HTTP/1.x parser.DIRECT0
httpdate • 0.3.2HTTP date parsing and formattingDIRECT0
humantime • 1.3.0 A parser and formatter for std::time::{Duration, SystemTime} INDIRECT1
idna • 0.1.5IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT5
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itoa • 0.4.8Fast integer primitive to string conversionDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.3.9A lightweight logging facade for Rust INDIRECT1
log • 0.4.22A lightweight logging facade for Rust 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
percent-encoding • 1.0.1Percent encoding and decodingINDIRECT0
pin-project-internal • 0.4.30Implementation detail of the `pin-project` crate. INDIRECT4
pin-project-internal • 1.1.6Implementation detail of the `pin-project` crate. INDIRECT4
pin-project-lite • 0.1.12A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-project • 0.4.30A crate for safe and ergonomic pin-projection. INDIRECT5
pin-project • 1.1.6A crate for safe and ergonomic pin-projection. DIRECT5
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pnet_base • 0.22.0Fundamental base types and code used by pnet.INDIRECT0
pnet_datalink • 0.25.0Cross-platform, datalink layer networking.INDIRECT14
pnet_macros_support • 0.25.0Support library for libpnet_macrosINDIRECT1
pnet_macros • 0.33.0Automatic bit manipulation for binary data formatsINDIRECT8
pnet_packet • 0.25.0Cross-platform, binary packet parsing and manipulationINDIRECT26
pnet_sys • 0.25.0Access to network related system function and calls.INDIRECT4
pnet_sys • 0.35.0Access to network related system function and calls.INDIRECT4
pnet_transport • 0.25.0Cross-platform, transport layer networking.INDIRECT29
pnet • 0.25.0Cross-platform, low level networking using the Rust programming language.DIRECT39
pretty_env_logger • 0.4.0a visually pretty env_loggerDIRECT26
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quick-error • 1.2.3 A macro which makes error types pleasant to write. INDIRECT0
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_json • 1.0.132A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
socket2 • 0.3.19Utilities for handling networking sockets with a maximal amount of configuration possible intended. DIRECT5
spmc • 0.3.0Simple SPMC channelDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
syntex_errors • 0.42.0Backport of librustc_errorsINDIRECT10
syntex_pos • 0.42.0Backport of libsyntax_posINDIRECT1
syntex_syntax • 0.42.0Backport of libsyntaxINDIRECT12
syntex • 0.42.2A library that enables compile time syntax extension expansionINDIRECT13
term • 0.4.6A terminal formatting library INDIRECT3
unicode-bidi • 0.3.17Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-xid • 0.0.3Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
url • 1.7.2URL library for Rust, based on the WHATWG URL StandardDIRECT7
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_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import 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.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT22
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
bytes • 0.5.6Types and traits for working with bytesDIRECT0
bytes • 1.7.2Types and traits for working with bytesINDIRECT0
h2 • 0.2.7An HTTP/2 client and serverDIRECT32
http-body • 0.3.1Trait representing an asynchronous, streaming, HTTP request or response body. DIRECT5
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.DIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tokio-macros • 0.2.6Tokio's proc macros. INDIRECT4
tokio-test • 0.2.1Testing utilities for Tokio- and futures-based code DIRECT13
tokio-util • 0.3.1Additional utilities for working with Tokio. DIRECT15
tokio • 0.2.25An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT12
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. DIRECT0
tower-util • 0.3.1Utilities for working with `Service`. DIRECT12
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT1
tracing-futures • 0.2.5Utilities for instrumenting `futures` with `tracing`. INDIRECT11
tracing • 0.1.40Application-level tracing for Rust. DIRECT4
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
want • 0.3.1Detect when another Future wants a result.DIRECT1
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
Apache-2.01
PackageRelationDependenciesPublished
ipnetwork • 0.15.1A library to work with IP CIDRs in RustINDIRECT6
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/hyper)](https://licenses.dev/cargo/hyper)
<a href="https://licenses.dev/cargo/hyper">
  <img src="https://licenses.dev/b/cargo/hyper" alt="licenses" />
</a>

Or the licenses badge code for the 0.13.10 version:

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