licenses.dev

tokio-socks v0.3.0

Asynchronous SOCKS proxy support for Rust.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT46
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
cfg-if • 0.1.10A 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
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
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
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. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT17
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT3
httparse • 1.9.5A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 0.3.2HTTP date parsing and formattingINDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
itoa • 0.4.8Fast integer primitive to string conversionINDIRECT0
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
mio-uds • 0.6.8Unix domain socket bindings for mio INDIRECT19
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
net2 • 0.2.39Extensions to the standard library's networking types as proposed in RFC 1158. INDIRECT5
num_cpus • 1.16.0Get the number of CPUs on a machine.INDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
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 • 1.1.6A crate for safe and ergonomic pin-projection. INDIRECT5
pin-utils • 0.1.0Utilities for pinning INDIRECT0
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
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
socket2 • 0.3.19Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.64Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.64derive(Error)DIRECT5
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
MIT20
PackageRelationDependenciesPublished
bytes • 0.4.12Types and traits for working with bytesDIRECT3
bytes • 0.5.6Types and traits for working with bytesINDIRECT0
bytes • 1.7.2Types and traits for working with bytesINDIRECT0
h2 • 0.2.7An HTTP/2 client and serverINDIRECT53
http-body • 0.3.1Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT5
hyper • 0.13.10A fast and correct HTTP library.DIRECT63
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
mio • 0.6.23Lightweight non-blocking I/O.INDIRECT18
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
tokio-util • 0.3.1Additional utilities for working with Tokio. INDIRECT30
tokio • 0.2.25An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT28
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
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. INDIRECT4
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
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 Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
BSD-3-Clause2
PackageRelationDependenciesPublished
fuchsia-zircon-sys • 0.3.3Low-level Rust bindings for the Zircon kernelINDIRECT0
fuchsia-zircon • 0.3.3Rust bindings for the Zircon kernelINDIRECT2
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/tokio-socks)](https://licenses.dev/cargo/tokio-socks)
<a href="https://licenses.dev/cargo/tokio-socks">
  <img src="https://licenses.dev/b/cargo/tokio-socks" alt="licenses" />
</a>

Or the licenses badge code for the 0.3.0 version:

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