
Copyright notice of Race Game.

Race Game is copyrighted 2020 by Adam Wagenhäuser. All rights reserved.

Race Game includes the following libraries under their respective license. The
full text of each open source license can be found at the end of this list.


addr2line 0.13.0
    A cross-platform symbolication library written in Rust, using `gimli`

  by Nick Fitzgerald <fitzgen@gmail.com>|Philip Craig <philipjcraig@gmail.com>|Jon Gjengset <jon@thesquareplanet.com>|Noah Bergbauer <noah.bergbauer@tum.de>
  licensed under Apache-2.0/MIT 
  see https://github.com/gimli-rs/addr2line

adler 0.2.3
    A simple clean-room implementation of the Adler-32 checksum

  by Jonas Schievink <jonasschievink@gmail.com>
  licensed under 0BSD OR MIT OR Apache-2.0 
  see https://github.com/jonas-schievink/adler.git

adler32 1.1.0
    Minimal Adler32 implementation for Rust.

  by Remi Rampin <remirampin@gmail.com>
  licensed under Zlib 
  see https://github.com/remram44/adler32-rs

ansi_term 0.11.0
    Library for ANSI terminal colours and styles (bold, underline)

  by ogham@bsago.me|Ryan Scheel (Havvy) <ryan.havvy@gmail.com>|Josh Triplett <josh@joshtriplett.org>
  licensed under MIT 

ansi_term 0.9.0
    Library for ANSI terminal colours and styles (bold, underline)

  by ogham@bsago.me|Ryan Scheel (Havvy) <ryan.havvy@gmail.com>
  licensed under MIT 

approx 0.3.2
    Approximate floating point equality comparisons and assertions.

  by Brendan Zabarauskas <bjzaba@yahoo.com.au>
  licensed under Apache-2.0 
  see https://github.com/brendanzab/approx

array-macro 1.0.5
    Array multiple elements constructor syntax

  by Konrad Borowski <konrad@borowski.pw>
  licensed under Apache-2.0/MIT 
  see https://gitlab.com/KonradBorowski/array-macro

arrayvec 0.4.12
    A vector with fixed capacity, backed by an array (it can be stored on the
    stack too). Implements fixed capacity ArrayVec and ArrayString.

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/arrayvec

ash 0.30.0
    Vulkan bindings for Rust

  by maik klein <maikklein@googlemail.com>
  licensed under MIT 
  see https://github.com/MaikKlein/ash

ash-molten 0.4.0+41
    Statically linked MoltenVK for Vulkan on Mac using Ash

  by Embark <opensource@embark-studios.com>|Maik Klein <maik.klein@embark-studios.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/EmbarkStudios/ash-molten

asset-loader 0.3.0
    Asset loading macros allowing dynamic or static asset loading via feature
    switch

  by Cryptjar <cryptjar@wag-web.de>
  private license 

asset-loader 0.3.0
    Asset loading macros allowing dynamic or static asset loading via feature
    switch

  by Cryptjar <cryptjar@wag-web.de>
  private license 

asset-loader-build 0.3.0
    Crate for static asset loading, to be used in build.rs

  by Cryptjar <cryptjar@wag-web.de>
  private license 

asset-loader-build 0.3.0
    Crate for static asset loading, to be used in build.rs

  by Cryptjar <cryptjar@wag-web.de>
  private license 

asset-structs 0.3.0
    Common structs for representing assets

  by Cryptjar <Cy@wag-web.de>
  private license 

asset-structs 0.3.1
    Common structs for representing assets

  by Cryptjar <Cy@wag-web.de>
  private license 

atty 0.2.14
    A simple interface for querying atty

  by softprops <d.tangren@gmail.com>
  licensed under MIT 
  see https://github.com/softprops/atty

autocfg 1.0.0
    Automatic cfg for Rust compiler features

  by Josh Stone <cuviper@gmail.com>
  licensed under Apache-2.0 OR MIT 
  see https://github.com/cuviper/autocfg

backtrace 0.3.50
    A library to acquire a stack trace (backtrace) at runtime in a Rust program.

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang/backtrace-rs

base-x 0.2.6
    Encode/decode any base

  by Alex R. <alexei.rudenko@gmail.com>
  licensed under MIT 
  see https://github.com/OrKoN/base-x-rs

base64 0.12.3
    encodes and decodes base64 as bytes or utf8

  by Alice Maz <alice@alicemaz.com>|Marshall Pierce <marshall@mpierce.org>
  licensed under Apache-2.0/MIT 
  see https://github.com/marshallpierce/rust-base64

bincode 1.3.1
    A binary serialization / deserialization strategy that uses Serde for
    transforming structs into bytes and vice versa!

  by Ty Overby <ty@pre-alpha.com>|Francesco Mazzoli <f@mazzo.li>|David Tolnay <dtolnay@gmail.com>|Zoey Riordan <zoey@dos.cafe>
  licensed under MIT 
  see https://github.com/servo/bincode

bit_reverse 0.1.8
    Computes the bit reversal of primitive integers.

  by Eugene Gonzalez <eugene.gonzalez44@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/EugeneGonzalez/bit_reverse

bitflags 1.2.1
    A macro to generate structures which behave like bitflags.

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/bitflags/bitflags

bstr 0.2.13
    A string type that is not required to be valid UTF-8.

  by Andrew Gallant <jamslam@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/BurntSushi/bstr

built 0.3.2
    Provides a crate with information from the time it was built.

  by Lukas Lueg <lukas.lueg@gmail.com>
  licensed under MIT 
  see https://github.com/lukaslueg/built

bumpalo 3.4.0
    A fast bump allocation arena for Rust.

  by Nick Fitzgerald <fitzgen@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/fitzgen/bumpalo

bytemuck 1.2.0
    A crate for mucking around with piles of bytes.

  by Lokathor <zefria@gmail.com>
  licensed under Zlib 
  see https://github.com/Lokathor/bytemuck

byteorder 1.3.4
    Library for reading/writing numbers in big-endian and little-endian.

  by Andrew Gallant <jamslam@gmail.com>
  licensed under Unlicense OR MIT 
  see https://github.com/BurntSushi/byteorder

cargo-license 0.2.0
    Cargo subcommand to see license of dependencies

  by Onur Aslan <onur@onur.im>
  licensed under MIT 
  see https://github.com/onur/cargo-license

cargo_metadata 0.6.4
    structured access to the output of `cargo metadata`

  by Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
  licensed under MIT 
  see https://github.com/oli-obk/cargo_metadata

cc 1.0.58
    A 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.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/cc-rs

cfg-if 0.1.10
    A 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.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/cfg-if

chrono 0.4.13
    Date and time library for Rust

  by Kang Seonghoon <public+rust@mearie.org>|Brandon W Maister <quodlibetor@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/chronotope/chrono

clap 2.33.1
    A simple to use, efficient, and full-featured Command Line Argument Parser

  by Kevin K. <kbknapp@gmail.com>
  licensed under MIT 
  see https://github.com/clap-rs/clap

cmake 0.1.44
    A build dependency for running `cmake` to build a native library

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/cmake-rs

color_quant 1.0.1
    Color quantization library to reduce n colors to 256 colors.

  by nwin <nwin@users.noreply.github.com>
  licensed under MIT 
  see https://github.com/PistonDevelopers/color_quant.git

composite-error 0.1.0
  by Dezajno <dezajno@junk.studio>
  private license 

core-foundation 0.6.4
    Bindings to Core Foundation for macOS

  by The Servo Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/core-foundation-rs

core-foundation-sys 0.6.2
    Bindings to Core Foundation for OS X

  by The Servo Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/core-foundation-rs

crc32fast 1.2.0
    Fast, SIMD-accelerated CRC32 (IEEE) checksum computation

  by Sam Rijs <srijs@airpost.net>|Alex Crichton <alex@alexcrichton.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/srijs/rust-crc32fast

crossbeam-deque 0.7.3
    Concurrent work-stealing deque

  by The Crossbeam Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/crossbeam-rs/crossbeam

crossbeam-epoch 0.8.2
    Epoch-based garbage collection

  by The Crossbeam Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/crossbeam-rs/crossbeam

crossbeam-queue 0.2.3
    Concurrent queues

  by The Crossbeam Project Developers
  licensed under Apache-2.0 AND BSD-2-Clause/MIT 
  see https://github.com/crossbeam-rs/crossbeam

crossbeam-utils 0.7.2
    Utilities for concurrent programming

  by The Crossbeam Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/crossbeam-rs/crossbeam

csv 1.1.3
    Fast CSV parsing with support for serde.

  by Andrew Gallant <jamslam@gmail.com>
  licensed under MIT/Unlicense 
  see https://github.com/BurntSushi/rust-csv

csv-core 0.1.10
    Bare bones CSV parsing with no_std support.

  by Andrew Gallant <jamslam@gmail.com>
  licensed under MIT/Unlicense 
  see https://github.com/BurntSushi/rust-csv

daab 0.4.0
    DAG aware artifact builder

  by cryptjar <cryptjar@junk.studio>|dezajno <dezajno@junk.studio>
  licensed under Apache-2.0 
  see https://github.com/CoffeJunkStudio/daab

deflate 0.8.6
    A DEFLATE, zlib and gzip encoder written in rust.

  by oyvindln <oyvindln@users.noreply.github.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/image-rs/deflate-rs

derivative 2.1.1
    A set of alternative `derive` attributes for Rust

  by mcarton <cartonmartin+git@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/mcarton/rust-derivative

discard 1.0.4
    Discard trait which allows for intentionally leaking memory

  by Pauan <pcxunlimited@gmail.com>
  licensed under MIT 
  see https://github.com/Pauan/rust-discard

downcast-rs 1.2.0
    Trait object downcasting support using only safe Rust. It supports type
    parameters, associated types, and type constraints.

  by Ashish Myles <marcianx@gmail.com>|Runji Wang <wangrunji0408@163.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/marcianx/downcast-rs

either 1.5.3
    The enum `Either` with variants `Left` and `Right` is a general purpose sum
    type with two cases.

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/either

enum-map 0.6.2
    A map with C-like enum keys represented internally as an array

  by Konrad Borowski <konrad@borowski.pw>
  licensed under Apache-2.0/MIT 
  see https://gitlab.com/KonradBorowski/enum-map

enum-map-derive 0.4.3
    Macros 1.1 implementation of #[derive(Enum)]

  by Konrad Borowski <konrad@borowski.pw>
  licensed under Apache-2.0/MIT 
  see https://gitlab.com/KonradBorowski/enum-map

error-chain 0.12.2
    Yet another error boilerplate library.

  by Brian Anderson <banderson@mozilla.com>|Paul Colomiets <paul@colomiets.name>|Colin Kiegel <kiegel@gmx.de>|Yamakaky <yamakaky@yamaworld.fr>|Andrew Gauger <andygauge@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang-nursery/error-chain

failure 0.1.8
    Experimental error handling abstraction.

  by Without Boats <boats@mozilla.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-lang-nursery/failure

failure_derive 0.1.8
    derives for the failure crate

  by Without Boats <woboats@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-lang-nursery/failure

fnv 1.0.7
    Fowler–Noll–Vo hash function

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/rust-fnv

generic-array 0.13.2
    Generic types implementing functionality of arrays

  by Bartłomiej Kamiński <fizyk20@gmail.com>|Aaron Trent <novacrazy@gmail.com>
  licensed under MIT 
  see https://github.com/fizyk20/generic-array.git

getopts 0.2.21
    getopts-like option parsing.

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang/getopts

getrandom 0.1.14
    A small cross-platform library for retrieving random data from system source

  by The Rand Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-random/getrandom

getset 0.1.1
    Getset, we're ready to go!  A procedural macro for generating the most basic
    getters and setters on fields.

  by Ana Hobden <ana@hoverbear.org>
  licensed under MIT 
  see https://github.com/Hoverbear/getset

gif 0.10.3
    GIF de- and encoder

  by nwin <nwin@users.noreply.github.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/image-rs/image-gif

gilrs 0.7.4
    Game Input Library for Rust

  by Arvamer <arvamer@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://gitlab.com/gilrs-project/gilrs

gilrs-core 0.2.6
    Minimal event based abstraction for working with gamepads

  by Mateusz Sieczko <arvamer@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://gitlab.com/gilrs-project/gilrs

gimli 0.22.0
    A library for reading and writing the DWARF debugging format.

  by Nick Fitzgerald <fitzgen@gmail.com>|Philip Craig <philipjcraig@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/gimli-rs/gimli

git2 0.10.2
    Bindings to libgit2 for interoperating with git repositories. This library
    is both threadsafe and memory safe and allows both reading and writing git
    repositories.

  by Josh Triplett <josh@joshtriplett.org>|Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang/git2-rs

glfw 0.39.0
    GLFW3 bindings and idiomatic wrapper for Rust.

  by The glfw-rs developers.
  licensed under Apache-2.0 
  see https://github.com/bjz/glfw-rs

glfw-sys 3.3.2
    An Open Source, multi-platform library for creating windows with OpenGL
    contexts and receiving input and events

  by Camilla Berglund <elmindreda@elmindreda.org>
  licensed under Zlib 
  see https://github.com/PistonDevelopers/glfw-sys

heck 0.3.1
    heck is a case conversion library.

  by Without Boats <woboats@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/withoutboats/heck

hermit-abi 0.1.15
    hermit-abi is small interface to call functions from the unikernel
    RustyHermit. It is used to build the target `x86_64-unknown-hermit`.

  by Stefan Lankes
  licensed under Apache-2.0/MIT 
  see https://github.com/hermitcore/libhermit-rs

idna 0.2.0
    IDNA (Internationalizing Domain Names in Applications) and Punycode.

  by The rust-url developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/rust-url/

image 0.23.6
    Imaging library written in Rust. Provides basic filters and decoders for the
    most common image formats.

  by The image-rs Developers
  licensed under MIT 
  see https://github.com/image-rs/image

io-kit-sys 0.1.0
    Bindings to IOKit for macOS

  by Junji Takakura <j.takakura@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/jtakakura/io-kit-rs

itertools 0.9.0
    Extra iterator adaptors, iterator methods, free functions, and macros.

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/rust-itertools

itoa 0.4.6
    Fast functions for printing integer primitives to an io::Write

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/itoa

jobserver 0.1.21
    An implementation of the GNU make jobserver for Rust

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/jobserver-rs

jpeg-decoder 0.1.20
    JPEG decoder

  by Ulf Nilsson <kaksmet@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/image-rs/jpeg-decoder

lazy_static 1.4.0
    A macro for declaring lazily evaluated statics in Rust.

  by Marvin Löbel <loebel.marvin@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang-nursery/lazy-static.rs

lexical 2.2.2
    Lexical, to- and from-string conversion routines.

  by Alex Huszagh <ahuszagh@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/Alexhuszagh/rust-lexical

lexical-core 0.4.6
    Lexical, to- and from-string conversion routines.

  by Alex Huszagh <ahuszagh@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core

libc 0.2.72
    Raw FFI bindings to platform libraries like libc.

  by The Rust Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-lang/libc

libgit2-sys 0.9.2
    Native bindings to the libgit2 library

  by Josh Triplett <josh@joshtriplett.org>|Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang/git2-rs

libloading 0.5.2
    A safer binding to platform’s dynamic library loading utilities

  by Simonas Kazlauskas <libloading@kazlauskas.me>
  licensed under ISC 
  see https://github.com/nagisa/rust_libloading/

libm 0.2.1
    libm in pure Rust

  by Jorge Aparicio <jorge@japaric.io>
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-lang/libm

libudev-sys 0.1.4
    FFI bindings to libudev

  by David Cuddeback <david.cuddeback@gmail.com>
  licensed under MIT 
  see https://github.com/dcuddeback/libudev-sys

libz-sys 1.0.25
    Bindings to the system libz library (also known as zlib).

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/libz-sys

log 0.4.8
    A lightweight logging facade for Rust

  by The Rust Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-lang/log

lzw 0.10.0
    LZW compression and decompression.

  by nwin <nwin@users.noreply.github.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/nwin/lzw.git

mach 0.2.3
    A Rust interface to the user-space API of the Mach 3.0 kernel that underlies
    OSX.

  by Nick Fitzgerald <fitzgen@gmail.com>|David Cuddeback <david.cuddeback@gmail.com>
  licensed under BSD-2-Clause 
  see https://github.com/fitzgen/mach

malloc_buf 0.0.6
    Structs for handling malloc'd memory passed to Rust.

  by Steven Sheldon
  licensed under MIT 
  see https://github.com/SSheldon/malloc_buf

matches 0.1.8
    A macro to evaluate, as a boolean, whether an expression matches a pattern.

  by Simon Sapin <simon.sapin@exyr.org>
  licensed under MIT 
  see https://github.com/SimonSapin/rust-std-candidates

matrixmultiply 0.2.3
    General matrix multiplication for f32 and f64 matrices. Operates on matrices
    with general layout (they can use arbitrary row and column stride). Detects
    and uses AVX or SSE2 on x86 platforms transparently for higher performance.
    Uses a microkernel strategy, so that the implementation is easy to
    parallelize and optimize.

  by bluss|R. Janis Goldschmidt
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/matrixmultiply/

maybe-uninit 2.0.0
    MaybeUninit for friends of backwards compatibility

  by est31 <MTest31@outlook.com>|The Rust Project Developers
  licensed under Apache-2.0 OR MIT 
  see https://github.com/est31/maybe-uninit

memchr 2.3.3
    Safe interface to memchr.

  by Andrew Gallant <jamslam@gmail.com>|bluss
  licensed under MIT/Unlicense 
  see https://github.com/BurntSushi/rust-memchr

memoffset 0.5.5
    offset_of functionality for Rust structs.

  by Gilad Naaman <gilad.naaman@gmail.com>
  licensed under MIT 
  see https://github.com/Gilnaa/memoffset

miniz_oxide 0.3.7
    DEFLATE compression and decompression library rewritten in Rust based on
    miniz

  by Frommi <daniil.liferenko@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>
  licensed under MIT 
  see https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide

miniz_oxide 0.4.0
    DEFLATE compression and decompression library rewritten in Rust based on
    miniz

  by Frommi <daniil.liferenko@gmail.com>|oyvindln <oyvindln@users.noreply.github.com>
  licensed under MIT 
  see https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide

nalgebra 0.21.1
    Linear algebra library with transformations and statically-sized or
    dynamically-sized matrices.

  by Sébastien Crozet <developer@crozet.re>
  licensed under BSD-3-Clause 
  see https://github.com/rustsim/nalgebra

nalgebra-glm 0.7.0
    A computer-graphics oriented API for nalgebra, inspired by the C++ GLM
    library.

  by sebcrozet <developer@crozet.re>
  licensed under BSD-3-Clause 
  see https://github.com/rustsim/nalgebra

nix 0.15.0
    Rust friendly bindings to *nix APIs

  by The nix-rust Project Developers
  licensed under MIT 
  see https://github.com/nix-rust/nix

nodrop 0.1.14
    A wrapper type to inhibit drop (destructor).  ***Deprecated: Use
    ManuallyDrop or MaybeUninit instead!***

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/arrayvec

num-complex 0.2.4
    Complex numbers implementation for Rust

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-complex

num-integer 0.1.43
    Integer traits and functions

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-integer

num-iter 0.1.41
    External iterators for generic mathematics

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-iter

num-rational 0.2.4
    Rational numbers implementation for Rust

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-rational

num-rational 0.3.0
    Rational numbers implementation for Rust

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-rational

num-traits 0.2.12
    Numeric traits for generic mathematics

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-num/num-traits

num_cpus 1.13.0
    Get the number of CPUs on a machine.

  by Sean McArthur <sean@seanmonstar.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/seanmonstar/num_cpus

objc 0.2.7
    Objective-C Runtime bindings and wrapper for Rust.

  by Steven Sheldon
  licensed under MIT 
  see http://github.com/SSheldon/rust-objc

object 0.20.0
    A unified interface for reading and writing object file formats.

  by Nick Fitzgerald <fitzgen@gmail.com>|Philip Craig <philipjcraig@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/gimli-rs/object

paste 0.1.18
    Macros for all your token pasting needs

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/paste

paste-impl 0.1.18
    Implementation detail of the `paste` crate

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/paste

percent-encoding 2.1.0
    Percent encoding and decoding

  by The rust-url developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/rust-url/

pkg-config 0.3.17
    A library to run the pkg-config system tool at build time in order to be
    used in Cargo build scripts.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-lang/pkg-config-rs

png 0.16.6
    PNG decoding and encoding library in pure Rust

  by nwin <nwin@users.noreply.github.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/image-rs/image-png.git

ppv-lite86 0.2.8
    Implementation of the crypto-simd API for x86

  by The CryptoCorrosion Contributors
  licensed under Apache-2.0/MIT 
  see https://github.com/cryptocorrosion/cryptocorrosion

proc-macro-error 0.4.12
    Almost drop-in replacement to panics in proc-macros

  by CreepySkeleton <creepy-skeleton@yandex.ru>
  licensed under MIT OR Apache-2.0 
  see https://gitlab.com/CreepySkeleton/proc-macro-error

proc-macro-error 1.0.3
    Almost drop-in replacement to panics in proc-macros

  by CreepySkeleton <creepy-skeleton@yandex.ru>
  licensed under MIT OR Apache-2.0 
  see https://gitlab.com/CreepySkeleton/proc-macro-error

proc-macro-error-attr 0.4.12
    Attribute macro for proc-macro-error crate

  by CreepySkeleton <creepy-skeleton@yandex.ru>
  licensed under MIT OR Apache-2.0 
  see https://gitlab.com/CreepySkeleton/proc-macro-error

proc-macro-error-attr 1.0.3
    Attribute macro for proc-macro-error crate

  by CreepySkeleton <creepy-skeleton@yandex.ru>
  licensed under MIT OR Apache-2.0 
  see https://gitlab.com/CreepySkeleton/proc-macro-error

proc-macro-hack 0.5.16
    Procedural macros in expression position

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/proc-macro-hack

proc-macro2 1.0.18
    A substitute implementation of the compiler's `proc_macro` API to decouple
    token-based libraries from the procedural macro use case.

  by Alex Crichton <alex@alexcrichton.com>|David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/alexcrichton/proc-macro2

quote 1.0.7
    Quasi-quoting macro quote!(...)

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/quote

rand 0.7.3
    Random number generators and other randomness functionality.

  by The Rand Project Developers|The Rust Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-random/rand

rand_chacha 0.2.2
    ChaCha random number generator

  by The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-random/rand

rand_core 0.5.1
    Core random number generator traits and tools for implementation.

  by The Rand Project Developers|The Rust Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-random/rand

rand_distr 0.2.2
    Sampling from random number distributions

  by The Rand Project Developers
  licensed under MIT OR Apache-2.0 
  see https://github.com/rust-random/rand

rand_hc 0.2.0
    HC128 random number generator

  by The Rand Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rust-random/rand

raw-window-handle 0.3.3
    Interoperability library for Rust Windowing applications.

  by Osspial <osspial@gmail.com>
  licensed under MIT 
  see https://github.com/rust-windowing/raw-window-handle

rawpointer 0.2.1
    Extra methods for raw pointers and `NonNull<T>`.  For example `.post_inc()`
    and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for
    `NonNull<T>`, and the function `ptrdistance`.

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/rawpointer/

rayon 1.3.1
    Simple work-stealing parallelism for Rust

  by Niko Matsakis <niko@alum.mit.edu>|Josh Stone <cuviper@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rayon-rs/rayon

rayon-core 1.7.1
    Core APIs for Rayon

  by Niko Matsakis <niko@alum.mit.edu>|Josh Stone <cuviper@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/rayon-rs/rayon

regex-automata 0.1.9
    Automata construction and matching using regular expressions.

  by Andrew Gallant <jamslam@gmail.com>
  licensed under MIT/Unlicense 
  see https://github.com/BurntSushi/regex-automata

ron 0.6.0
    Rusty Object Notation

  by Christopher Durham <cad97@cad97.com>|Dzmitry Malyshau <kvarkus@gmail.com>|Thomas Schaller <torkleyy@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/ron-rs/ron

rustc-demangle 0.1.16
    Rust compiler symbol demangling.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/rustc-demangle

rustc_version 0.2.3
    A library for querying the version of a installed rustc compiler

  by Marvin Löbel <loebel.marvin@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/Kimundi/rustc-version-rs

rusty-xinput 1.2.0
    Safe dynamic loading of xinput.

  by Lokathor <zefria@gmail.com>
  licensed under 0BSD 
  see https://github.com/Lokathor/rusty-xinput

ryu 1.0.5
    Fast floating point to string conversion

  by David Tolnay <dtolnay@gmail.com>
  licensed under Apache-2.0 OR BSL-1.0 
  see https://github.com/dtolnay/ryu

scoped_threadpool 0.1.9
    A library for scoped and cached threadpools.

  by Marvin Löbel <loebel.marvin@gmail.com>
  licensed under MIT 
  see https://github.com/Kimundi/scoped-threadpool-rs

scopeguard 1.1.0
    A 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.

  by bluss
  licensed under Apache-2.0/MIT 
  see https://github.com/bluss/scopeguard

semver 0.9.0
    Semantic version parsing and comparison.

  by Steve Klabnik <steve@steveklabnik.com>|The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/steveklabnik/semver

semver-parser 0.7.0
    Parsing of the semver spec.

  by Steve Klabnik <steve@steveklabnik.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/steveklabnik/semver-parser

seq-macro 0.1.5
    Macro to repeat sequentially indexed copies of a fragment of code.

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/seq-macro

serde 1.0.114
    A generic serialization/deserialization framework

  by Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/serde-rs/serde

serde_derive 1.0.114
    Macros 1.1 implementation of #[derive(Serialize, Deserialize)]

  by Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/serde-rs/serde

serde_json 1.0.56
    A JSON serialization file format

  by Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/serde-rs/json

sha1 0.6.0
    Minimal implementation of SHA1 for Rust.

  by Armin Ronacher <armin.ronacher@active-4.com>
  licensed under BSD-3-Clause 
  see https://github.com/mitsuhiko/rust-sha1

shaderc 0.6.2
    Rust bindings for shaderc

  by Lei Zhang <antiagainst@gmail.com>
  licensed under Apache-2.0 
  see https://github.com/google/shaderc-rs

shaderc-sys 0.6.2
    Shaderc system library FFI, building, and linking

  by Lei Zhang <antiagainst@gmail.com>|Mr. Knapp <knappador@gmail.com>
  licensed under Apache-2.0 
  see https://github.com/google/shaderc-rs

simba 0.1.5
    SIMD algebra for Rust

  by sebcrozet <developer@crozet.re>
  licensed under BSD-3-Clause 
  see https://github.com/rustsim/simba

sphere-engine-hla 0.4.0
    High level abstraction part of the Sphere Engine

  by Dezajno <dezajno@coffe.junk.studio>
  private license 

sphere-engine-hla-macros 0.4.0
    Utility macros for the Sphere Engine

  by Dezajno <dezajno@coffe.junk.studio>
  private license 

sphere-engine-lla 0.4.0
    Low level abstraction part of the Sphere Engine

  by Dezajno <dezajno@coffe.junk.studio>
  private license 

sphere-engine-util 0.1.0
  by Dezajno <dezajno@junk.studio>
  private license 

static_assertions 0.3.4
    Compile-time assertions to ensure that invariants are met.

  by Nikolai Vazquez
  licensed under MIT OR Apache-2.0 
  see https://github.com/nvzqz/static-assertions-rs

stdweb 0.4.20
    A standard library for the client-side Web

  by Jan Bujak <j@exia.io>
  licensed under Apache-2.0/MIT 
  see https://github.com/koute/stdweb

stdweb-derive 0.5.3
    Derive macros for the `stdweb` crate

  by Jan Bujak <j@exia.io>
  licensed under Apache-2.0/MIT 
  see https://github.com/koute/stdweb

stdweb-internal-macros 0.2.9
    Internal procedural macros for the `stdweb` crate

  by Jan Bujak <j@exia.io>
  licensed under Apache-2.0/MIT 
  see https://github.com/koute/stdweb

stdweb-internal-runtime 0.1.5
    Internal runtime for the `stdweb` crate

  by Jan Bujak <j@exia.io>
  licensed under Apache-2.0/MIT 
  see https://github.com/koute/stdweb

strsim 0.8.0
    Implementations of string similarity metrics. Includes Hamming, Levenshtein,
    OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.

  by Danny Guo <dannyguo91@gmail.com>
  licensed under MIT 
  see https://github.com/dguo/strsim-rs

structopt 0.3.15
    Parse command line argument by defining a struct.

  by Guillaume Pinot <texitoi@texitoi.eu>|others
  licensed under Apache-2.0 OR MIT 
  see https://github.com/TeXitoi/structopt

structopt-derive 0.4.8
    Parse command line argument by defining a struct, derive crate.

  by Guillaume Pinot <texitoi@texitoi.eu>
  licensed under Apache-2.0/MIT 
  see https://github.com/TeXitoi/structopt

syn 1.0.33
    Parser for Rust source code

  by David Tolnay <dtolnay@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/dtolnay/syn

syn-mid 0.5.0
    Providing the features between "full" and "derive" of syn.

  by Taiki Endo <te316e89@gmail.com>
  licensed under Apache-2.0 OR MIT 
  see https://github.com/taiki-e/syn-mid

synstructure 0.12.4
    Helper methods and macros for custom derives

  by Nika Layzell <nika@thelayzells.com>
  licensed under MIT 
  see https://github.com/mystor/synstructure

term_size 0.3.2
    functions for determining terminal sizes and dimensions

  by Kevin K. <kbknapp@gmail.com>|Benjamin Sago <ogham@bsago.me>
  licensed under Apache-2.0/MIT 
  see https://github.com/kbknapp/term_size-rs.git

textwrap 0.11.0
    Textwrap is a small library for word wrapping, indenting, and dedenting
    strings.  You can use it to format strings (such as help and error messages)
    for display in commandline applications. It is designed to be efficient and
    handle Unicode characters correctly.

  by Martin Geisler <martin@geisler.net>
  licensed under MIT 
  see https://github.com/mgeisler/textwrap

tiff 0.5.0
    TIFF decoding and encoding library in pure Rust

  by ccgn|bvssvni <bvssvni@gmail.com>|nwin|TyOverby <ty@pre-alpha.com>|HeroicKatora|Calum|CensoredUsername <cens.username@gmail.com>|Robzz|birktj
  licensed under MIT 
  see https://github.com/image-rs/image-tiff

time 0.1.43
    Utilities for working with time-related functions in Rust.

  by The Rust Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/time-rs/time

tinyvec 0.3.3
    Just, really the littlest Vec you could need. So smol.

  by Lokathor <zefria@gmail.com>
  licensed under Zlib 
  see https://github.com/Lokathor/tinyvec

toml 0.4.10
    A 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.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/toml-rs

toml 0.5.6
    A 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.

  by Alex Crichton <alex@alexcrichton.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/alexcrichton/toml-rs

typed-builder 0.5.1
    Compile-time type-checked builder derive

  by IdanArye <idanarye@gmail.com>|Chris Morgan <me@chrismorgan.info>
  licensed under Apache-2.0/MIT 
  see https://github.com/idanarye/rust-typed-builder

typed-builder 0.6.0
    Compile-time type-checked builder derive

  by IdanArye <idanarye@gmail.com>|Chris Morgan <me@chrismorgan.info>
  licensed under Apache-2.0/MIT 
  see https://github.com/idanarye/rust-typed-builder

typenum 1.12.0
    Typenum 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.

  by Paho Lurie-Gregg <paho@paholg.com>|Andre Bogus <bogusandre@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/paholg/typenum

unicode-bidi 0.3.4
    Implementation of the Unicode Bidirectional Algorithm

  by The Servo Project Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/unicode-bidi

unicode-normalization 0.1.13
    This crate provides functions for normalization of Unicode strings,
    including Canonical and Compatible Decomposition and Recomposition, as
    described in Unicode Standard Annex #15.

  by kwantam <kwantam@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/unicode-rs/unicode-normalization

unicode-segmentation 1.6.0
    This crate provides Grapheme Cluster, Word and Sentence boundaries according
    to Unicode Standard Annex #29 rules.

  by kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/unicode-rs/unicode-segmentation

unicode-width 0.1.8
    Determine displayed width of `char` and `str` types according to Unicode
    Standard Annex #11 rules.

  by kwantam <kwantam@gmail.com>|Manish Goregaokar <manishsmail@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/unicode-rs/unicode-width

unicode-xid 0.2.1
    Determine whether characters have the XID_Start or XID_Continue properties
    according to Unicode Standard Annex #31.

  by erick.tryzelaar <erick.tryzelaar@gmail.com>|kwantam <kwantam@gmail.com>
  licensed under MIT OR Apache-2.0 
  see https://github.com/unicode-rs/unicode-xid

url 2.1.1
    URL library for Rust, based on the WHATWG URL Standard

  by The rust-url developers
  licensed under Apache-2.0/MIT 
  see https://github.com/servo/rust-url

uuid 0.8.1
    A library to generate and parse UUIDs.

  by Ashley Mannix<ashleymannix@live.com.au>|Christopher Armstrong|Dylan DPC<dylan.dpc@gmail.com>|Hunar Roop Kahlon<hunar.roop@gmail.com>
  licensed under Apache-2.0 OR MIT 
  see https://github.com/uuid-rs/uuid

vcpkg 0.2.10
    A library to find native dependencies in a vcpkg tree at build time in order
    to be used in Cargo build scripts.

  by Jim McGrath <jimmc2@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/mcgoo/vcpkg-rs

vec_map 0.8.2
    A simple map based on a vector for small integer keys

  by Alex Crichton <alex@alexcrichton.com>|Jorge Aparicio <japaricious@gmail.com>|Alexis Beingessner <a.beingessner@gmail.com>|Brian Anderson <>|tbu- <>|Manish Goregaokar <>|Aaron Turon <aturon@mozilla.com>|Adolfo Ochagavía <>|Niko Matsakis <>|Steven Fackler <>|Chase Southwood <csouth3@illinois.edu>|Eduard Burtescu <>|Florian Wilkens <>|Félix Raimundo <>|Tibor Benke <>|Markus Siemens <markus@m-siemens.de>|Josh Branchaud <jbranchaud@gmail.com>|Huon Wilson <dbau.pp@gmail.com>|Corey Farwell <coref@rwell.org>|Aaron Liblong <>|Nick Cameron <nrc@ncameron.org>|Patrick Walton <pcwalton@mimiga.net>|Felix S Klock II <>|Andrew Paseltiner <apaseltiner@gmail.com>|Sean McArthur <sean.monstar@gmail.com>|Vadim Petrochenkov <>
  licensed under Apache-2.0/MIT 
  see https://github.com/contain-rs/vec-map

version_check 0.9.2
    Tiny crate to check the version of the installed/running rustc.

  by Sergio Benitez <sb@sergio.bz>
  licensed under Apache-2.0/MIT 
  see https://github.com/SergioBenitez/version_check

vk-sys 0.4.0
    Bindings for the Vulkan graphics API

  by Pierre Krieger <pierre.krieger1708@gmail.com>|The vulkano contributors
  licensed under Apache-2.0/MIT 
  see https://github.com/vulkano-rs/vulkano

void 1.0.2
    The uninhabited void type for use in statically impossible cases.

  by Jonathan Reem <jonathan.reem@gmail.com>
  licensed under MIT 
  see https://github.com/reem/rust-void.git

vusba 0.4.0
  by dezajno <marvinlunz@gmail.com>
  private license 

vusba-derive 0.4.0
  by dezajno <marvinlunz@gmail.com>
  private license 

wasi 0.9.0+wasi-snapshot-preview1
    Experimental WASI API bindings for Rust

  by The Cranelift Project Developers
  licensed under Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT 
  see https://github.com/bytecodealliance/wasi

wasm-bindgen 0.2.64
    Easy support for interacting between JS and Rust.

  by The wasm-bindgen Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rustwasm/wasm-bindgen

wasm-bindgen-backend 0.2.64
    Backend code generation of the wasm-bindgen tool

  by The wasm-bindgen Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend

wasm-bindgen-macro 0.2.64
    Definition of the `#[wasm_bindgen]` attribute, an internal dependency

  by The wasm-bindgen Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro

wasm-bindgen-macro-support 0.2.64
    The part of the implementation of the `#[wasm_bindgen]` attribute that is
    not in the shared backend crate

  by The wasm-bindgen Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support

wasm-bindgen-shared 0.2.64
    Shared support between wasm-bindgen and wasm-bindgen cli, an internal
    dependency.

  by The wasm-bindgen Developers
  licensed under Apache-2.0/MIT 
  see https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared

wavefront_obj 7.0.0
    A parser for the Wavefront .obj file format.

  by Clark Gaebel <cg.wowus.cg@gmail.com>
  licensed under MIT 
  see https://github.com/PistonDevelopers/wavefront_obj.git

winapi 0.3.9
    Raw FFI bindings for all of Windows API.

  by Peter Atashian <retep998@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/retep998/winapi-rs

winapi-i686-pc-windows-gnu 0.4.0
    Import libraries for the i686-pc-windows-gnu target. Please don't use this
    crate directly, depend on winapi instead.

  by Peter Atashian <retep998@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/retep998/winapi-rs

winapi-x86_64-pc-windows-gnu 0.4.0
    Import libraries for the x86_64-pc-windows-gnu target. Please don't use this
    crate directly, depend on winapi instead.

  by Peter Atashian <retep998@gmail.com>
  licensed under Apache-2.0/MIT 
  see https://github.com/retep998/winapi-rs

windshield 0.1.0
  by dezajno <marvinlunz@gmail.com>
  private license 

================================================================================

In the following the full text of all licenses of the used libraries (those
listed above) are printed here. Notice that this program itself is NOT available
under any of the following licenses.


--------------------------------------------------------------------------------
Apache-2.0 License


                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/

   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

   1. Definitions.

      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.

      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.

      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.

      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.

      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.

      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.

      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).

      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.

      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."

      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.

   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.

   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.

   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:

      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and

      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and

      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and

      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.

      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.

   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.

   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.

   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.

   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.

   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.

   END OF TERMS AND CONDITIONS

   APPENDIX: How to apply the Apache License to your work.

      To apply the Apache License to your work, attach the following
      boilerplate notice, with the fields enclosed by brackets "[]"
      replaced with your own identifying information. (Don't include
      the brackets!)  The text should be enclosed in the appropriate
      comment syntax for the file format. We also recommend that a
      file or class name and description of purpose be included on the
      same "printed page" as the copyright notice for easier
      identification within third-party archives.

   Copyright [yyyy] [name of copyright owner]

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

--------------------------------------------------------------------------------
MIT License

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

--------------------------------------------------------------------------------
BSD-0-Clause License

Copyright (C) <year>, <copyright holder>

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.


--------------------------------------------------------------------------------
BSD-2-Clause License

Copyright (c) <year>, <copyright holder>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those
of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the <project name> project.

--------------------------------------------------------------------------------
BSD-3-Clause License

Copyright <YEAR> <COPYRIGHT HOLDER>

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
ISC License

Copyright <YEAR> <OWNER>

Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
THIS SOFTWARE.

--------------------------------------------------------------------------------
Zlib License of tinyvec

Copyright (c) 2019 Daniel "Lokathor" Gee.

This software is provided 'as-is', without any express or implied warranty. In
no event will the authors be held liable for any damages arising from the use of
this software.

Permission is granted to anyone to use this software for any purpose, including
commercial applications, and to alter it and redistribute it freely, subject to
the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim
that you wrote the original software. If you use this software in a product, an
acknowledgment in the product documentation would be appreciated but is not
required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.



