licenses.dev

sozu-lib v0.5.0

sozu library to build hot reconfigurable HTTP reverse proxies

Published on

Licenses

Learn more about license information.

Package Licenses

AGPL-3.0

Dependency Licenses

Apache-2.0 OR MIT74
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
ascii • 0.5.4ASCII-only equivalents to `char`, `str` and `String`.INDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
base64 • 0.6.0encodes and decodes base64 as bytes or utf8INDIRECT2
base64 • 0.7.0encodes and decodes base64 as bytes or utf8INDIRECT2
bitflags • 0.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.3.3Buffer type for block processing of dataINDIRECT2
byte-tools • 0.2.0Bytes related utility functionsINDIRECT0
cc • 1.1.31A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT1
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
chrono • 0.2.25Date and time library for RustINDIRECT11
digest • 0.7.6Traits for cryptographic hash functions and message authentication codesINDIRECT2
error-chain • 0.10.0Yet another error boilerplate library.INDIRECT12
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
flate2 • 0.2.20DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hdrsample • 6.0.4A port of HdrHistogram to RustDIRECT13
hex • 0.2.0Encoding and decoding data into/from hexadecimal representation.DIRECT0
idna • 0.1.5IDNA (Internationalizing Domain Names in Applications) and Punycode.DIRECT5
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
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. DIRECT0
log • 0.3.9A lightweight logging facade for Rust DIRECT1
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
miniz-sys • 0.1.12Bindings to the miniz.c library. INDIRECT3
mio-uds • 0.6.8Unix domain socket bindings for mio DIRECT19
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. DIRECT5
num-iter • 0.1.45External iterators for generic mathematicsINDIRECT3
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
num • 0.1.42A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more! INDIRECT4
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
percent-encoding • 1.0.1Percent encoding and decodingINDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
proc-macro2 • 1.0.89A 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
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.3.23Random number generators and other randomness functionality. DIRECT9
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
regex-syntax • 0.5.6A regular expression parser.INDIRECT1
regex • 0.2.11An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT7
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
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
safemem • 0.2.0Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.INDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.7.1Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT7
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
thread_local • 0.3.6Per-object thread-local storageINDIRECT1
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT5
toml • 0.4.10A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
typenum • 1.17.0Typenum 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
ucd-util • 0.1.10A small utility library for working with the Unicode character database. INDIRECT0
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
url • 0.2.38URL library for Rust, based on the WHATWG URL StandardINDIRECT13
url • 1.7.2URL library for Rust, based on the WHATWG URL StandardDIRECT7
uuid • 0.1.18A library to generate and parse UUIDs.INDIRECT11
uuid • 0.2.3A library to generate and parse UUIDs.DIRECT10
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
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
MIT15
PackageRelationDependenciesPublished
encoding • 0.2.33Character encoding support for RustINDIRECT6
generic-array • 0.9.1Generic types implementing functionality of arraysINDIRECT1
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.INDIRECT0
mio • 0.6.23Lightweight non-blocking I/O.DIRECT18
nom • 2.2.1A byte-oriented, zero-copy, parser combinators libraryDIRECT0
nom • 3.2.1A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
pem • 0.4.1Parse and encode PEM-encoded data.INDIRECT24
pool • 0.1.4A pool of reusable valuesDIRECT0
slab • 0.3.0Pre-allocated storage for a uniform data typeDIRECT0
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
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
CC0-1.06
PackageRelationDependenciesPublished
encoding_index_tests • 0.1.4Helper macros used to test index tables for character encodingsINDIRECT0
encoding-index-japanese • 1.20141219.5Index tables for Japanese character encodingsINDIRECT1
encoding-index-korean • 1.20141219.5Index tables for Korean character encodingsINDIRECT1
encoding-index-simpchinese • 1.20141219.5Index tables for simplified Chinese character encodingsINDIRECT1
encoding-index-singlebyte • 1.20141219.5Index tables for various single-byte character encodingsINDIRECT1
encoding-index-tradchinese • 1.20141219.5Index tables for traditional Chinese character encodingsINDIRECT1
MIT OR Unlicense5
PackageRelationDependenciesPublished
aho-corasick • 0.6.10Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 1.0.2Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. 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
utf8-ranges • 1.0.5DEPRECATED. Use regex-syntax::utf8 submodule instead.INDIRECT0
Apache-2.03
PackageRelationDependenciesPublished
chunked_transfer • 0.3.1Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)INDIRECT0
openssl • 0.9.24OpenSSL bindingsDIRECT10
tiny_http • 0.4.1Low level HTTP server libraryDIRECT31
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
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
AGPL-3.01
PackageRelationDependenciesPublished
sozu-command-lib • 0.5.0configuration library to command a sozu instanceDIRECT65
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT2
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
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.5.0 version:

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