Open source licenses
# Open source licenses This page lists the **third-party** libraries that Warp's client depends on. For Warp's own client source code (open source under AGPL v3), see [Contributing to Warp](/support-and-community/community/contributing/) and [`warpdotdev/warp`](https://github.com/warpdotdev/warp). ## Cargo based licenses Repositories are by default GitHub if not otherwise specified. | Name | License | Repository | | ----------------------------- | --------------------------------------------------- | -----------------------------------------------------: | | addr2line | Apache-2.0 OR MIT | gimli-rs/addr2line | | adler | 0BSD OR Apache-2.0 OR MIT | jonas-schievink/adler.git | | adler32 | Zlib | remram44/adler32-rs | | aho-corasick | MIT OR Unlicense | BurntSushi/aho-corasick | | analytics | MIT | | | ansi\_term | MIT | | | anyhow | Apache-2.0 OR MIT | dtolnay/anyhow | | arrayref | BSD-2-Clause | droundy/arrayref | | arrayvec | Apache-2.0 OR MIT | bluss/arrayvec | | as-slice | Apache-2.0 OR MIT | japaric/as-slice | | ascii | Apache-2.0 OR MIT | tomprogrammer/rust-ascii | | async-broadcast | Apache-2.0 OR MIT | smol-rs/async-broadcast | | async-channel | Apache-2.0 OR MIT | smol-rs/async-channel | | async-executor | Apache-2.0 OR MIT | stjepang/async-executor | | async-fs | Apache-2.0 OR MIT | stjepang/async-fs | | async-io | Apache-2.0 OR MIT | smol-rs/async-io | | async-lock | Apache-2.0 OR MIT | smol-rs/async-lock | | async-net | Apache-2.0 OR MIT | smol-rs/async-net | | async-process | Apache-2.0 OR MIT | smol-rs/async-process | | async-task | Apache-2.0 OR MIT | stjepang/async-task | | async-task | Apache-2.0 OR MIT | stjepang/async-task | | atomic-waker | Apache-2.0 OR MIT | stjepang/atomic-waker | | atty | MIT | softprops/atty | | autocfg | Apache-2.0 OR MIT | cuviper/autocfg | | backtrace | Apache-2.0 OR MIT | rust-lang/backtrace-rs | | base64 | Apache-2.0 OR MIT | marshallpierce/rust-base64 | | base64 | Apache-2.0 OR MIT | marshallpierce/rust-base64 | | bindgen | BSD-3-Clause | rust-lang/rust-bindgen | | bitflags | Apache-2.0 OR MIT | bitflags/bitflags | | block | MIT | SSheldon/rust-block | | blocking | Apache-2.0 OR MIT | stjepang/blocking | | bounded-vec-deque | BSD-3-Clause OR GPL-3.0+ | | | bumpalo | Apache-2.0 OR MIT | fitzgen/bumpalo | | bytemuck | Apache-2.0 OR MIT OR Zlib | Lokathor/bytemuck | | byteorder | MIT OR Unlicense | BurntSushi/byteorder | | bytes | MIT | tokio-rs/bytes | | bytes | MIT | tokio-rs/bytes | | cache-padded | Apache-2.0 OR MIT | stjepang/cache-padded | | cc | Apache-2.0 OR MIT | alexcrichton/cc-rs | | cexpr | Apache-2.0 OR MIT | jethrogb/rust-cexpr | | cfg-if | Apache-2.0 OR MIT | alexcrichton/cfg-if | | cfg-if | Apache-2.0 OR MIT | alexcrichton/cfg-if | | chrono | Apache-2.0 OR MIT | chronotope/chrono | | clang-sys | Apache-2.0 | KyleMayes/clang-sys | | clap | MIT | clap-rs/clap | | cloudabi | BSD-2-Clause | nuxinl/cloudabi | | cmake | Apache-2.0 OR MIT | alexcrichton/cmake-rs | | cocoa | Apache-2.0 OR MIT | servo/core-foundation-rs | | cocoa-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs | | color\_quant | MIT | image-rs/color\_quant.git | | combine | MIT | Marwes/combine | | concurrent-queue | Apache-2.0 OR MIT | stjepang/concurrent-queue | | const\_format | Zlib | rodrimati1992/const\_format\_crates/ | | const\_format\_proc\_macros | Zlib | rodrimati1992/const\_format\_crates/ | | convert\_case | MIT | rutrum/convert-case | | core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-graphics | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-graphics | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-graphics-types | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-graphics-types | Apache-2.0 OR MIT | servo/core-foundation-rs | | core-text | Apache-2.0 OR MIT | servo/core-foundation-rs | | crc32fast | Apache-2.0 OR MIT | srijs/rust-crc32fast | | crossbeam-channel | Apache-2.0 OR MIT | crossbeam-rs/crossbeam | | crossbeam-deque | Apache-2.0 OR MIT | crossbeam-rs/crossbeam | | crossbeam-epoch | Apache-2.0 OR MIT | crossbeam-rs/crossbeam | | crossbeam-utils | Apache-2.0 OR MIT | crossbeam-rs/crossbeam | | ctor | Apache-2.0 OR MIT | mmastrac/rust-ctor | | darling | MIT | TedDriggs/darling | | darling\_core | MIT | TedDriggs/darling | | darling\_macro | MIT | TedDriggs/darling | | dashmap | MIT | xacrimon/dashmap | | data-url | Apache-2.0 OR MIT | servo/rust-url | | debugid | Apache-2.0 | getsentry/rust-debugid | | deflate | Apache-2.0 OR MIT | image-rs/deflate-rs | | derive-new | MIT | nrc/derive-new | | diesel | Apache-2.0 OR MIT | diesel-rs/diesel | | diesel\_derives | Apache-2.0 OR MIT | diesel-rs/diesel/tree/master/diesel\_derives | | diesel\_migrations | Apache-2.0 OR MIT | | | dirs | Apache-2.0 OR MIT | soc/dirs-rs | | dirs-next | Apache-2.0 OR MIT | xdg-rs/dirs | | dirs-sys | Apache-2.0 OR MIT | dirs-dev/dirs-sys-rs | | dirs-sys-next | Apache-2.0 OR MIT | xdg-rs/dirs/tree/master/dirs-sys | | doc-comment | MIT | GuillaumeGomez/doc-comment | | dtoa | Apache-2.0 OR MIT | dtolnay/dtoa | | dunce | CC0-1.0 | | | dwrote | MPL-2.0 | servo/dwrote-rs | | easy-parallel | Apache-2.0 OR MIT | stjepang/easy-parallel | | either | Apache-2.0 OR MIT | bluss/either | | embed\_plist | Apache-2.0 OR MIT | nvzqz/embed-plist-rs | | enclose | MIT | clucompany/Enclose.git | | encoding\_rs | Apache-2.0 OR MIT | hsivonen/encoding\_rs | | env\_logger | Apache-2.0 OR MIT | env-logger-rs/env\_logger/ | | event-listener | Apache-2.0 OR MIT | stjepang/event-listener | | expat-sys | MIT | servo/libexpat/ | | failure | Apache-2.0 OR MIT | rust-lang-nursery/failure | | failure\_derive | Apache-2.0 OR MIT | rust-lang-nursery/failure | | fastrand | Apache-2.0 OR MIT | smol-rs/fastrand | | filetime | Apache-2.0 OR MIT | alexcrichton/filetime | | flate2 | Apache-2.0 OR MIT | rust-lang/flate2-rs | | float-cmp | MIT | mikedilger/float-cmp | | float-ord | Apache-2.0 OR MIT | notriddle/rust-float-ord | | fnv | Apache-2.0 OR MIT | servo/rust-fnv | | font-kit | Apache-2.0 OR MIT | servo/font-kit | | fontdb | MIT | RazrFalcon/fontdb | | foreign-types | Apache-2.0 OR MIT | sfackler/foreign-types | | foreign-types-shared | Apache-2.0 OR MIT | sfackler/foreign-types | | form\_urlencoded | Apache-2.0 OR MIT | servo/rust-url | | freetype | Apache-2.0 OR MIT | servo/rust-freetype | | freetype-sys | MIT | PistonDevelopers/freetype-sys.git | | fs\_extra | MIT | webdesus/fs\_extra | | fsevent | MIT | octplane/fsevent-rust | | fsevent-sys | MIT | octplane/fsevent-rust/tree/master/fsevent-sys | | fsio | Apache-2.0 | sagiegurari/fsio.git | | fuchsia-zircon | BSD-3-Clause | | | fuchsia-zircon-sys | BSD-3-Clause | | | futures | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-channel | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-core | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-executor | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-io | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-lite | Apache-2.0 OR MIT | smol-rs/futures-lite | | futures-macro | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-sink | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-task | Apache-2.0 OR MIT | rust-lang/futures-rs | | futures-util | Apache-2.0 OR MIT | rust-lang/futures-rs | | fuzzy-matcher | MIT | lotabout/fuzzy-matcher | | generic-array | MIT | fizyk20/generic-array.git | | generic-array | MIT | fizyk20/generic-array.git | | generic-array | MIT | fizyk20/generic-array.git | | getrandom | Apache-2.0 OR MIT | rust-random/getrandom | | getrandom | Apache-2.0 OR MIT | rust-random/getrandom | | getset | MIT | Hoverbear/getset | | gif | Apache-2.0 OR MIT | image-rs/image-gif | | gimli | Apache-2.0 OR MIT | gimli-rs/gimli | | git2 | Apache-2.0 OR MIT | rust-lang/git2-rs | | glob | Apache-2.0 OR MIT | rust-lang/glob | | graphql-introspection-query | Apache-2.0 OR MIT | graphql-rust/graphql-client | | graphql-parser | Apache-2.0 OR MIT | | | graphql\_client | Apache-2.0 OR MIT | graphql-rust/graphql-client | | graphql\_client\_codegen | Apache-2.0 OR MIT | graphql-rust/graphql-client | | graphql\_query\_derive | Apache-2.0 OR MIT | graphql-rust/graphql-client | | h2 | MIT | hyperium/h2 | | h2 | MIT | hyperium/h2 | | hash32 | Apache-2.0 OR MIT | japaric/hash32 | | hashbrown | Apache-2.0 OR MIT | rust-lang/hashbrown | | heapless | Apache-2.0 OR MIT | japaric/heapless | | heck | Apache-2.0 OR MIT | withoutboats/heck | | hermit-abi | Apache-2.0 OR MIT | hermitcore/libhermit-rs | | hex | Apache-2.0 OR MIT | KokaKiwi/rust-hex | | hostname | MIT | svartalf/hostname | | http | Apache-2.0 OR MIT | hyperium/http | | http-body | MIT | hyperium/http-body | | http-body | MIT | hyperium/http-body | | httparse | Apache-2.0 OR MIT | seanmonstar/httparse | | httpdate | Apache-2.0 OR MIT | pyfisch/httpdate | | httpdate | Apache-2.0 OR MIT | pyfisch/httpdate | | humantime | Apache-2.0 OR MIT | tailhook/humantime | | hyper | MIT | hyperium/hyper | | hyper | MIT | hyperium/hyper | | hyper-tls | Apache-2.0 OR MIT | hyperium/hyper-tls | | ident\_case | Apache-2.0 OR MIT | TedDriggs/ident\_case | | idna | Apache-2.0 OR MIT | servo/rust-url/ | | image | MIT | image-rs/image | | indexmap | Apache-2.0 OR MIT | bluss/indexmap | | inotify | ISC | inotify-rs/inotify | | inotify-sys | ISC | hannobraun/inotify-sys | | instant | BSD-3-Clause | sebcrozet/instant | | iovec | Apache-2.0 OR MIT | carllerche/iovec | | ipnet | Apache-2.0 OR MIT | krisprice/ipnet | | itertools | Apache-2.0 OR MIT | rust-itertools/itertools | | itoa | Apache-2.0 OR MIT | dtolnay/itoa | | jobserver | Apache-2.0 OR MIT | alexcrichton/jobserver-rs | | jpeg-decoder | Apache-2.0 OR MIT | image-rs/jpeg-decoder | | js-sys | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/js-sys | | kernel32-sys | MIT | retep998/winapi-rs | | kqueue | MIT | | | kqueue-sys | MIT | | | kurbo | Apache-2.0 OR MIT | linebender/kurbo | | lazy\_static | Apache-2.0 OR MIT | rust-lang-nursery/lazy-static.rs | | lazycell | Apache-2.0 OR MIT | indiv0/lazycell | | libc | Apache-2.0 OR MIT | rust-lang/libc | | libgit2-sys | Apache-2.0 OR MIT | rust-lang/git2-rs | | libloading | ISC | nagisa/rust\_libloading/ | | libsqlite3-sys | MIT | rusqlite/rusqlite | | libz-sys | Apache-2.0 OR MIT | rust-lang/libz-sys | | linked-hash-map | Apache-2.0 OR MIT | contain-rs/linked-hash-map | | lock\_api | Apache-2.0 OR MIT | Amanieu/parking\_lot | | lock\_api | Apache-2.0 OR MIT | Amanieu/parking\_lot | | log | Apache-2.0 OR MIT | rust-lang/log | | malloc\_buf | MIT | SSheldon/malloc\_buf | | match\_cfg | Apache-2.0 OR MIT | gnzlbg/match\_cfg | | matches | MIT | SimonSapin/rust-std-candidates | | maybe-uninit | Apache-2.0 OR MIT | est31/maybe-uninit | | memchr | MIT OR Unlicense | BurntSushi/memchr | | memmap | Apache-2.0 OR MIT | danburkert/memmap-rs | | memmap2 | Apache-2.0 OR MIT | RazrFalcon/memmap2-rs | | memoffset | MIT | Gilnaa/memoffset | | metal | Apache-2.0 OR MIT | gfx-rs/metal-rs | | migrations\_internals | Apache-2.0 OR MIT | | | migrations\_macros | Apache-2.0 OR MIT | | | mime | Apache-2.0 OR MIT | hyperium/mime | | miniz\_oxide | Apache-2.0 OR MIT OR Zlib | Frommi/miniz\_oxide/tree/master/miniz\_oxide | | miniz\_oxide | MIT | Frommi/miniz\_oxide/tree/master/miniz\_oxide | | mio | MIT | tokio-rs/mio | | mio | MIT | tokio-rs/mio | | mio-extras | Apache-2.0 OR MIT | dimbleby/mio-extras | | miow | Apache-2.0 OR MIT | alexcrichton/miow | | miow | Apache-2.0 OR MIT | yoshuawuyts/miow | | native-tls | Apache-2.0 OR MIT | sfackler/rust-native-tls | | net2 | Apache-2.0 OR MIT | deprecrated/net2-rs | | nix | MIT | nix-rust/nix | | nom | MIT | Geal/nom | | notify | CC0-1.0 | notify-rs/notify.git | | ntapi | Apache-2.0 OR MIT | MSxDOS/ntapi | | num-derive | Apache-2.0 OR MIT | rust-num/num-derive | | num-integer | Apache-2.0 OR MIT | rust-num/num-integer | | num-iter | Apache-2.0 OR MIT | rust-num/num-iter | | num-rational | Apache-2.0 OR MIT | rust-num/num-rational | | num-traits | Apache-2.0 OR MIT | rust-num/num-traits | | num\_cpus | Apache-2.0 OR MIT | seanmonstar/num\_cpus | | objc | MIT | SSheldon/rust-objc | | objc-foundation | MIT | SSheldon/rust-objc-foundation | | objc\_exception | MIT | SSheldon/rust-objc-exception | | objc\_id | MIT | SSheldon/rust-objc-id | | object | Apache-2.0 OR MIT | gimli-rs/object | | once\_cell | Apache-2.0 OR MIT | matklad/once\_cell | | openssl | Apache-2.0 | sfackler/rust-openssl | | openssl-probe | Apache-2.0 OR MIT | alexcrichton/openssl-probe | | openssl-sys | MIT | sfackler/rust-openssl | | ordered-float | MIT | reem/rust-ordered-float | | ordered-float | MIT | reem/rust-ordered-float | | parking | Apache-2.0 OR MIT | stjepang/parking | | parking\_lot | Apache-2.0 OR MIT | Amanieu/parking\_lot | | parking\_lot | Apache-2.0 OR MIT | Amanieu/parking\_lot | | parking\_lot\_core | Apache-2.0 OR MIT | Amanieu/parking\_lot | | parking\_lot\_core | Apache-2.0 OR MIT | Amanieu/parking\_lot | | pathfinder\_color | Apache-2.0 OR MIT | servo/pathfinder | | pathfinder\_geometry | Apache-2.0 OR MIT | servo/pathfinder | | pathfinder\_simd | Apache-2.0 OR MIT | servo/pathfinder | | pdqselect | Apache-2.0 OR MIT | | | peeking\_take\_while | Apache-2.0 OR MIT | fitzgen/peeking\_take\_while | | percent-encoding | Apache-2.0 OR MIT | servo/rust-url/ | | permissions | MIT | marcospb19/dotao | | pest | Apache-2.0 OR MIT | pest-parser/pest | | pico-args | MIT | RazrFalcon/pico-args | | pin-project | Apache-2.0 OR MIT | taiki-e/pin-project | | pin-project-internal | Apache-2.0 OR MIT | taiki-e/pin-project | | pin-project-lite | Apache-2.0 OR MIT | taiki-e/pin-project-lite | | pin-project-lite | Apache-2.0 OR MIT | taiki-e/pin-project-lite | | pin-utils | Apache-2.0 OR MIT | rust-lang-nursery/pin-utils | | pkg-config | Apache-2.0 OR MIT | rust-lang/pkg-config-rs | | png | Apache-2.0 OR MIT | image-rs/image-png.git | | polling | Apache-2.0 OR MIT | smol-rs/polling | | ppv-lite86 | Apache-2.0 OR MIT | cryptocorrosion/cryptocorrosion | | proc-macro-error | Apache-2.0 OR MIT | | | proc-macro-error-attr | Apache-2.0 OR MIT | | | proc-macro-hack | Apache-2.0 OR MIT | dtolnay/proc-macro-hack | | proc-macro-nested | Apache-2.0 OR MIT | dtolnay/proc-macro-hack | | proc-macro2 | Apache-2.0 OR MIT | dtolnay/proc-macro2 | | prometheus | Apache-2.0 | tikv/rust-prometheus | | protobuf | MIT | stepancheg/rust-protobuf/ | | quote | Apache-2.0 OR MIT | dtolnay/quote | | rand | Apache-2.0 OR MIT | rust-random/rand | | rand | Apache-2.0 OR MIT | rust-random/rand | | rand\_chacha | Apache-2.0 OR MIT | rust-random/rand | | rand\_chacha | Apache-2.0 OR MIT | rust-random/rand | | rand\_core | Apache-2.0 OR MIT | rust-random/rand | | rand\_core | Apache-2.0 OR MIT | rust-random/rand | | rand\_hc | Apache-2.0 OR MIT | rust-random/rand | | rand\_hc | Apache-2.0 OR MIT | rust-random/rand | | rayon | Apache-2.0 OR MIT | rayon-rs/rayon | | rayon-core | Apache-2.0 OR MIT | rayon-rs/rayon | | rctree | MIT | RazrFalcon/rctree | | redox\_syscall | MIT | | | redox\_syscall | MIT | | | redox\_users | MIT | | | regex | Apache-2.0 OR MIT | rust-lang/regex | | regex-automata | MIT OR Unlicense | BurntSushi/regex-automata | | regex-syntax | Apache-2.0 OR MIT | rust-lang/regex | | remove\_dir\_all | Apache-2.0 OR MIT | XAMPPRocky/remove\_dir\_all.git | | reqwest | Apache-2.0 OR MIT | seanmonstar/reqwest | | resvg | MPL-2.0 | RazrFalcon/resvg | | rgb | MIT | kornelski/rust-rgb | | roxmltree | Apache-2.0 OR MIT | RazrFalcon/roxmltree | | rstar | Apache-2.0 OR MIT | georust/rstar | | run\_script | Apache-2.0 | sagiegurari/run\_script.git | | rust-embed | MIT | pyros2097/rust-embed | | rust-embed-impl | MIT | pyros2097/rust-embed | | rust-embed-utils | MIT | pyros2097/rust-embed | | rustc-demangle | Apache-2.0 OR MIT | alexcrichton/rustc-demangle | | rustc-hash | Apache-2.0 OR MIT | rust-lang-nursery/rustc-hash | | rustc\_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs | | rustc\_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs | | rustc\_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs | | rustversion | Apache-2.0 OR MIT | dtolnay/rustversion | | rustybuzz | MIT | RazrFalcon/rustybuzz | | ryu | Apache-2.0 OR BSL-1.0 | dtolnay/ryu | | safe\_arch | Apache-2.0 OR MIT OR Zlib | Lokathor/safe\_arch | | same-file | MIT OR Unlicense | BurntSushi/same-file | | schannel | MIT | steffengy/schannel-rs | | scoped\_threadpool | MIT | Kimundi/scoped-threadpool-rs | | scopeguard | Apache-2.0 OR MIT | bluss/scopeguard | | security-framework | Apache-2.0 OR MIT | kornelski/rust-security-framework | | security-framework-sys | Apache-2.0 OR MIT | kornelski/rust-security-framework | | semver | Apache-2.0 OR MIT | dtolnay/semver | | semver | Apache-2.0 OR MIT | steveklabnik/semver | | semver | Apache-2.0 OR MIT | steveklabnik/semver | | semver-parser | Apache-2.0 OR MIT | steveklabnik/semver-parser | | semver-parser | Apache-2.0 OR MIT | steveklabnik/semver-parser | | sentry | Apache-2.0 | getsentry/sentry-rust | | sentry-backtrace | Apache-2.0 | getsentry/sentry-rust | | sentry-contexts | Apache-2.0 | getsentry/sentry-rust | | sentry-core | Apache-2.0 | getsentry/sentry-rust | | sentry-log | Apache-2.0 | getsentry/sentry-rust | | sentry-panic | Apache-2.0 | getsentry/sentry-rust | | sentry-types | Apache-2.0 | getsentry/sentry-rust | | serde | Apache-2.0 OR MIT | serde-rs/serde | | serde\_derive | Apache-2.0 OR MIT | serde-rs/serde | | serde\_json | Apache-2.0 OR MIT | serde-rs/json | | serde\_urlencoded | Apache-2.0 OR MIT | nox/serde\_urlencoded | | serde\_with | Apache-2.0 OR MIT | jonasbb/serde\_with | | serde\_with\_macros | Apache-2.0 OR MIT | jonasbb/serde\_with/ | | serde\_yaml | Apache-2.0 OR MIT | dtolnay/serde-yaml | | servo-fontconfig | Apache-2.0 OR MIT | servo/rust-fontconfig/ | | servo-fontconfig-sys | MIT | servo/libfontconfig/ | | shellexpand | Apache-2.0 OR MIT | netvl/shellexpand | | shellwords | MIT | jimmycuadra/rust-shellwords | | shlex | Apache-2.0 OR MIT | comex/rust-shlex | | signal-hook | Apache-2.0 OR MIT | vorner/signal-hook | | signal-hook | Apache-2.0 OR MIT | vorner/signal-hook | | signal-hook-registry | Apache-2.0 OR MIT | vorner/signal-hook | | simplecss | Apache-2.0 OR MIT | RazrFalcon/simplecss | | simplelog | Apache-2.0 OR MIT | drakulix/simplelog.rs | | simplelog | Apache-2.0 OR MIT | drakulix/simplelog.rs | | siphasher | Apache-2.0 OR MIT | jedisct1/rust-siphash | | slab | MIT | tokio-rs/slab | | smallvec | Apache-2.0 OR MIT | servo/rust-smallvec | | smallvec | Apache-2.0 OR MIT | servo/rust-smallvec | | smart-default | MIT | idanarye/rust-smart-default | | smol | Apache-2.0 OR MIT | stjepang/smol | | socket2 | Apache-2.0 OR MIT | alexcrichton/socket2-rs | | socket2 | Apache-2.0 OR MIT | rust-lang/socket2 | | stable\_deref\_trait | Apache-2.0 OR MIT | storyyeller/stable\_deref\_trait | | strsim | MIT | dguo/strsim-rs | | strsim | MIT | dguo/strsim-rs | | svgfilters | MPL-2.0 | RazrFalcon/resvg/tree/master/svgfilters | | svgtypes | Apache-2.0 OR MIT | RazrFalcon/svgtypes | | syn | Apache-2.0 OR MIT | dtolnay/syn | | synstructure | MIT | mystor/synstructure | | sysinfo | MIT | GuillaumeGomez/sysinfo | | tempfile | Apache-2.0 OR MIT | Stebalien/tempfile | | termcolor | MIT OR Unlicense | BurntSushi/termcolor | | textwrap | MIT | mgeisler/textwrap | | thiserror | Apache-2.0 OR MIT | dtolnay/thiserror | | thiserror-impl | Apache-2.0 OR MIT | dtolnay/thiserror | | thread\_local | Apache-2.0 OR MIT | Amanieu/thread\_local-rs | | tiff | MIT | image-rs/image-tiff | | time | Apache-2.0 OR MIT | time-rs/time | | tiny-skia | BSD-3-Clause | RazrFalcon/tiny-skia | | tinyvec | Apache-2.0 OR MIT OR Zlib | Lokathor/tinyvec | | tinyvec\_macros | Apache-2.0 OR MIT OR Zlib | Soveu/tinyvec\_macros | | tokio | MIT | tokio-rs/tokio | | tokio | MIT | tokio-rs/tokio | | tokio-native-tls | MIT | tokio-rs/tls | | tokio-util | MIT | tokio-rs/tokio | | tokio-util | MIT | tokio-rs/tokio | | tower-service | MIT | tower-rs/tower | | tracing | MIT | tokio-rs/tracing | | tracing-core | MIT | tokio-rs/tracing | | tracing-futures | MIT | tokio-rs/tracing | | tree-sitter | MIT | tree-sitter/tree-sitter | | try-lock | MIT | seanmonstar/try-lock | | ttf-parser | Apache-2.0 OR MIT | RazrFalcon/ttf-parser | | ttf-parser | Apache-2.0 OR MIT | RazrFalcon/ttf-parser | | typenum | Apache-2.0 OR MIT | paholg/typenum | | ucd-trie | Apache-2.0 OR MIT | BurntSushi/ucd-generate | | uname | Apache-2.0 OR MIT | icorderi/rust-uname | | uneval | MIT | Cerber-Ursi/uneval | | unicode-bidi | Apache-2.0 OR MIT | servo/unicode-bidi | | unicode-bidi-mirroring | Apache-2.0 OR MIT | RazrFalcon/unicode-bidi-mirroring | | unicode-ccc | Apache-2.0 OR MIT | RazrFalcon/unicode-ccc | | unicode-general-category | Apache-2.0 | yeslogic/unicode-general-category | | unicode-normalization | Apache-2.0 OR MIT | unicode-rs/unicode-normalization | | unicode-script | Apache-2.0 OR MIT | unicode-rs/unicode-script | | unicode-segmentation | Apache-2.0 OR MIT | unicode-rs/unicode-segmentation | | unicode-vo | Apache-2.0 OR MIT | RazrFalcon/unicode-vo | | unicode-width | Apache-2.0 OR MIT | unicode-rs/unicode-width | | unicode-xid | Apache-2.0 OR MIT | unicode-rs/unicode-xid | | unicode\_categories | Apache-2.0 OR MIT | swgillespie/unicode-categories | | unindent | Apache-2.0 OR MIT | dtolnay/indoc | | unreachable | Apache-2.0 OR MIT | reem/rust-unreachable.git | | url | Apache-2.0 OR MIT | servo/rust-url | | urlocator | Apache-2.0 OR MIT | alacritty/urlocator.git | | users | MIT | ogham/rust-users | | usvg | MPL-2.0 | RazrFalcon/resvg | | utf8parse | Apache-2.0 OR MIT | jwilm/vte | | uuid | Apache-2.0 OR MIT | uuid-rs/uuid | | validator | MIT | Keats/validator | | validator\_types | MIT | Keats/validator | | vcpkg | Apache-2.0 OR MIT | mcgoo/vcpkg-rs | | vec1 | Apache-2.0 OR MIT | rustonaut/vec1/ | | vec\_map | Apache-2.0 OR MIT | contain-rs/vec-map | | version-compare | MIT | timvisee/version-compare | | version\_check | Apache-2.0 OR MIT | SergioBenitez/version\_check | | void | MIT | reem/rust-void.git | | vte | Apache-2.0 OR MIT | alacritty/vte | | vte\_generate\_state\_changes | Apache-2.0 OR MIT | jwilm/vte | | wait-timeout | Apache-2.0 OR MIT | alexcrichton/wait-timeout | | waker-fn | Apache-2.0 OR MIT | stjepang/waker-fn | | walkdir | MIT OR Unlicense | BurntSushi/walkdir | | want | MIT | seanmonstar/want | | wasi | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | bytecodealliance/wasi | | wasi | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | bytecodealliance/wasi | | wasm-bindgen | Apache-2.0 OR MIT | rustwasm/wasm-bindgen | | wasm-bindgen-backend | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/backend | | wasm-bindgen-futures | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/futures | | wasm-bindgen-macro | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/macro | | wasm-bindgen-macro-support | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/macro-support | | wasm-bindgen-shared | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/shared | | web-sys | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/web-sys | | webbrowser | Apache-2.0 OR MIT | amodm/webbrowser-rs | | weezl | Apache-2.0 OR MIT | image-rs/lzw.git | | wepoll-ffi | Apache-2.0 OR BSD-2-Clause OR MIT | aclysma/wepoll-ffi | | which | MIT | harryfei/which-rs.git | | widestring | Apache-2.0 OR MIT | starkat99/widestring-rs.git | | winapi | Apache-2.0 OR MIT | retep998/winapi-rs | | winapi | MIT | retep998/winapi-rs | | winapi-build | MIT | retep998/winapi-rs | | winapi-i686-pc-windows-gnu | Apache-2.0 OR MIT | retep998/winapi-rs | | winapi-util | MIT OR Unlicense | BurntSushi/winapi-util | | winapi-x86\_64-pc-windows-gnu | Apache-2.0 OR MIT | retep998/winapi-rs | | winreg | MIT | gentoo90/winreg-rs | | wio | Apache-2.0 OR MIT | retep998/wio-rs | | ws2\_32-sys | MIT | retep998/winapi-rs | | xmlparser | Apache-2.0 OR MIT | RazrFalcon/xmlparser | | xmlwriter | MIT | RazrFalcon/xmlwriter | | yaml-rust | Apache-2.0 OR MIT | chyh1990/yaml-rust | ## ScanCode licenses | Name | License | Copyright | | ----------- | ---------- | ---------------------------------------------: | | Alacritty | APACHE-2.0 | Copyright 2016 Joe Wilm, The Alacritty Project | | Hack Font | MIT | (c) 2018 Source Foundry Authors | | Roboto Font | APACHE-2.0 | Copyright 2011 Google Inc. | | Rubik Font | OFL-1.1 | Copyright 2015 The Rubik Project | | Tree Sitter | MIT | Copyright (c) 2018 NAN contributors |These are the third-party libraries that Warp depends on.
This page lists the third-party libraries that Warp’s client depends on. For Warp’s own client source code (open source under AGPL v3), see Contributing to Warp and warpdotdev/warp.
Cargo based licenses
Section titled “Cargo based licenses”Repositories are by default GitHub if not otherwise specified.
| Name | License | Repository |
|---|---|---|
| addr2line | Apache-2.0 OR MIT | gimli-rs/addr2line |
| adler | 0BSD OR Apache-2.0 OR MIT | jonas-schievink/adler.git |
| adler32 | Zlib | remram44/adler32-rs |
| aho-corasick | MIT OR Unlicense | BurntSushi/aho-corasick |
| analytics | MIT | |
| ansi_term | MIT | |
| anyhow | Apache-2.0 OR MIT | dtolnay/anyhow |
| arrayref | BSD-2-Clause | droundy/arrayref |
| arrayvec | Apache-2.0 OR MIT | bluss/arrayvec |
| as-slice | Apache-2.0 OR MIT | japaric/as-slice |
| ascii | Apache-2.0 OR MIT | tomprogrammer/rust-ascii |
| async-broadcast | Apache-2.0 OR MIT | smol-rs/async-broadcast |
| async-channel | Apache-2.0 OR MIT | smol-rs/async-channel |
| async-executor | Apache-2.0 OR MIT | stjepang/async-executor |
| async-fs | Apache-2.0 OR MIT | stjepang/async-fs |
| async-io | Apache-2.0 OR MIT | smol-rs/async-io |
| async-lock | Apache-2.0 OR MIT | smol-rs/async-lock |
| async-net | Apache-2.0 OR MIT | smol-rs/async-net |
| async-process | Apache-2.0 OR MIT | smol-rs/async-process |
| async-task | Apache-2.0 OR MIT | stjepang/async-task |
| async-task | Apache-2.0 OR MIT | stjepang/async-task |
| atomic-waker | Apache-2.0 OR MIT | stjepang/atomic-waker |
| atty | MIT | softprops/atty |
| autocfg | Apache-2.0 OR MIT | cuviper/autocfg |
| backtrace | Apache-2.0 OR MIT | rust-lang/backtrace-rs |
| base64 | Apache-2.0 OR MIT | marshallpierce/rust-base64 |
| base64 | Apache-2.0 OR MIT | marshallpierce/rust-base64 |
| bindgen | BSD-3-Clause | rust-lang/rust-bindgen |
| bitflags | Apache-2.0 OR MIT | bitflags/bitflags |
| block | MIT | SSheldon/rust-block |
| blocking | Apache-2.0 OR MIT | stjepang/blocking |
| bounded-vec-deque | BSD-3-Clause OR GPL-3.0+ | |
| bumpalo | Apache-2.0 OR MIT | fitzgen/bumpalo |
| bytemuck | Apache-2.0 OR MIT OR Zlib | Lokathor/bytemuck |
| byteorder | MIT OR Unlicense | BurntSushi/byteorder |
| bytes | MIT | tokio-rs/bytes |
| bytes | MIT | tokio-rs/bytes |
| cache-padded | Apache-2.0 OR MIT | stjepang/cache-padded |
| cc | Apache-2.0 OR MIT | alexcrichton/cc-rs |
| cexpr | Apache-2.0 OR MIT | jethrogb/rust-cexpr |
| cfg-if | Apache-2.0 OR MIT | alexcrichton/cfg-if |
| cfg-if | Apache-2.0 OR MIT | alexcrichton/cfg-if |
| chrono | Apache-2.0 OR MIT | chronotope/chrono |
| clang-sys | Apache-2.0 | KyleMayes/clang-sys |
| clap | MIT | clap-rs/clap |
| cloudabi | BSD-2-Clause | nuxinl/cloudabi |
| cmake | Apache-2.0 OR MIT | alexcrichton/cmake-rs |
| cocoa | Apache-2.0 OR MIT | servo/core-foundation-rs |
| cocoa-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs |
| color_quant | MIT | image-rs/color_quant.git |
| combine | MIT | Marwes/combine |
| concurrent-queue | Apache-2.0 OR MIT | stjepang/concurrent-queue |
| const_format | Zlib | rodrimati1992/const_format_crates/ |
| const_format_proc_macros | Zlib | rodrimati1992/const_format_crates/ |
| convert_case | MIT | rutrum/convert-case |
| core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-foundation | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-foundation-sys | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-graphics | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-graphics | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-graphics-types | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-graphics-types | Apache-2.0 OR MIT | servo/core-foundation-rs |
| core-text | Apache-2.0 OR MIT | servo/core-foundation-rs |
| crc32fast | Apache-2.0 OR MIT | srijs/rust-crc32fast |
| crossbeam-channel | Apache-2.0 OR MIT | crossbeam-rs/crossbeam |
| crossbeam-deque | Apache-2.0 OR MIT | crossbeam-rs/crossbeam |
| crossbeam-epoch | Apache-2.0 OR MIT | crossbeam-rs/crossbeam |
| crossbeam-utils | Apache-2.0 OR MIT | crossbeam-rs/crossbeam |
| ctor | Apache-2.0 OR MIT | mmastrac/rust-ctor |
| darling | MIT | TedDriggs/darling |
| darling_core | MIT | TedDriggs/darling |
| darling_macro | MIT | TedDriggs/darling |
| dashmap | MIT | xacrimon/dashmap |
| data-url | Apache-2.0 OR MIT | servo/rust-url |
| debugid | Apache-2.0 | getsentry/rust-debugid |
| deflate | Apache-2.0 OR MIT | image-rs/deflate-rs |
| derive-new | MIT | nrc/derive-new |
| diesel | Apache-2.0 OR MIT | diesel-rs/diesel |
| diesel_derives | Apache-2.0 OR MIT | diesel-rs/diesel/tree/master/diesel_derives |
| diesel_migrations | Apache-2.0 OR MIT | |
| dirs | Apache-2.0 OR MIT | soc/dirs-rs |
| dirs-next | Apache-2.0 OR MIT | xdg-rs/dirs |
| dirs-sys | Apache-2.0 OR MIT | dirs-dev/dirs-sys-rs |
| dirs-sys-next | Apache-2.0 OR MIT | xdg-rs/dirs/tree/master/dirs-sys |
| doc-comment | MIT | GuillaumeGomez/doc-comment |
| dtoa | Apache-2.0 OR MIT | dtolnay/dtoa |
| dunce | CC0-1.0 | |
| dwrote | MPL-2.0 | servo/dwrote-rs |
| easy-parallel | Apache-2.0 OR MIT | stjepang/easy-parallel |
| either | Apache-2.0 OR MIT | bluss/either |
| embed_plist | Apache-2.0 OR MIT | nvzqz/embed-plist-rs |
| enclose | MIT | clucompany/Enclose.git |
| encoding_rs | Apache-2.0 OR MIT | hsivonen/encoding_rs |
| env_logger | Apache-2.0 OR MIT | env-logger-rs/env_logger/ |
| event-listener | Apache-2.0 OR MIT | stjepang/event-listener |
| expat-sys | MIT | servo/libexpat/ |
| failure | Apache-2.0 OR MIT | rust-lang-nursery/failure |
| failure_derive | Apache-2.0 OR MIT | rust-lang-nursery/failure |
| fastrand | Apache-2.0 OR MIT | smol-rs/fastrand |
| filetime | Apache-2.0 OR MIT | alexcrichton/filetime |
| flate2 | Apache-2.0 OR MIT | rust-lang/flate2-rs |
| float-cmp | MIT | mikedilger/float-cmp |
| float-ord | Apache-2.0 OR MIT | notriddle/rust-float-ord |
| fnv | Apache-2.0 OR MIT | servo/rust-fnv |
| font-kit | Apache-2.0 OR MIT | servo/font-kit |
| fontdb | MIT | RazrFalcon/fontdb |
| foreign-types | Apache-2.0 OR MIT | sfackler/foreign-types |
| foreign-types-shared | Apache-2.0 OR MIT | sfackler/foreign-types |
| form_urlencoded | Apache-2.0 OR MIT | servo/rust-url |
| freetype | Apache-2.0 OR MIT | servo/rust-freetype |
| freetype-sys | MIT | PistonDevelopers/freetype-sys.git |
| fs_extra | MIT | webdesus/fs_extra |
| fsevent | MIT | octplane/fsevent-rust |
| fsevent-sys | MIT | octplane/fsevent-rust/tree/master/fsevent-sys |
| fsio | Apache-2.0 | sagiegurari/fsio.git |
| fuchsia-zircon | BSD-3-Clause | |
| fuchsia-zircon-sys | BSD-3-Clause | |
| futures | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-channel | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-core | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-executor | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-io | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-lite | Apache-2.0 OR MIT | smol-rs/futures-lite |
| futures-macro | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-sink | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-task | Apache-2.0 OR MIT | rust-lang/futures-rs |
| futures-util | Apache-2.0 OR MIT | rust-lang/futures-rs |
| fuzzy-matcher | MIT | lotabout/fuzzy-matcher |
| generic-array | MIT | fizyk20/generic-array.git |
| generic-array | MIT | fizyk20/generic-array.git |
| generic-array | MIT | fizyk20/generic-array.git |
| getrandom | Apache-2.0 OR MIT | rust-random/getrandom |
| getrandom | Apache-2.0 OR MIT | rust-random/getrandom |
| getset | MIT | Hoverbear/getset |
| gif | Apache-2.0 OR MIT | image-rs/image-gif |
| gimli | Apache-2.0 OR MIT | gimli-rs/gimli |
| git2 | Apache-2.0 OR MIT | rust-lang/git2-rs |
| glob | Apache-2.0 OR MIT | rust-lang/glob |
| graphql-introspection-query | Apache-2.0 OR MIT | graphql-rust/graphql-client |
| graphql-parser | Apache-2.0 OR MIT | |
| graphql_client | Apache-2.0 OR MIT | graphql-rust/graphql-client |
| graphql_client_codegen | Apache-2.0 OR MIT | graphql-rust/graphql-client |
| graphql_query_derive | Apache-2.0 OR MIT | graphql-rust/graphql-client |
| h2 | MIT | hyperium/h2 |
| h2 | MIT | hyperium/h2 |
| hash32 | Apache-2.0 OR MIT | japaric/hash32 |
| hashbrown | Apache-2.0 OR MIT | rust-lang/hashbrown |
| heapless | Apache-2.0 OR MIT | japaric/heapless |
| heck | Apache-2.0 OR MIT | withoutboats/heck |
| hermit-abi | Apache-2.0 OR MIT | hermitcore/libhermit-rs |
| hex | Apache-2.0 OR MIT | KokaKiwi/rust-hex |
| hostname | MIT | svartalf/hostname |
| http | Apache-2.0 OR MIT | hyperium/http |
| http-body | MIT | hyperium/http-body |
| http-body | MIT | hyperium/http-body |
| httparse | Apache-2.0 OR MIT | seanmonstar/httparse |
| httpdate | Apache-2.0 OR MIT | pyfisch/httpdate |
| httpdate | Apache-2.0 OR MIT | pyfisch/httpdate |
| humantime | Apache-2.0 OR MIT | tailhook/humantime |
| hyper | MIT | hyperium/hyper |
| hyper | MIT | hyperium/hyper |
| hyper-tls | Apache-2.0 OR MIT | hyperium/hyper-tls |
| ident_case | Apache-2.0 OR MIT | TedDriggs/ident_case |
| idna | Apache-2.0 OR MIT | servo/rust-url/ |
| image | MIT | image-rs/image |
| indexmap | Apache-2.0 OR MIT | bluss/indexmap |
| inotify | ISC | inotify-rs/inotify |
| inotify-sys | ISC | hannobraun/inotify-sys |
| instant | BSD-3-Clause | sebcrozet/instant |
| iovec | Apache-2.0 OR MIT | carllerche/iovec |
| ipnet | Apache-2.0 OR MIT | krisprice/ipnet |
| itertools | Apache-2.0 OR MIT | rust-itertools/itertools |
| itoa | Apache-2.0 OR MIT | dtolnay/itoa |
| jobserver | Apache-2.0 OR MIT | alexcrichton/jobserver-rs |
| jpeg-decoder | Apache-2.0 OR MIT | image-rs/jpeg-decoder |
| js-sys | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/js-sys |
| kernel32-sys | MIT | retep998/winapi-rs |
| kqueue | MIT | |
| kqueue-sys | MIT | |
| kurbo | Apache-2.0 OR MIT | linebender/kurbo |
| lazy_static | Apache-2.0 OR MIT | rust-lang-nursery/lazy-static.rs |
| lazycell | Apache-2.0 OR MIT | indiv0/lazycell |
| libc | Apache-2.0 OR MIT | rust-lang/libc |
| libgit2-sys | Apache-2.0 OR MIT | rust-lang/git2-rs |
| libloading | ISC | nagisa/rust_libloading/ |
| libsqlite3-sys | MIT | rusqlite/rusqlite |
| libz-sys | Apache-2.0 OR MIT | rust-lang/libz-sys |
| linked-hash-map | Apache-2.0 OR MIT | contain-rs/linked-hash-map |
| lock_api | Apache-2.0 OR MIT | Amanieu/parking_lot |
| lock_api | Apache-2.0 OR MIT | Amanieu/parking_lot |
| log | Apache-2.0 OR MIT | rust-lang/log |
| malloc_buf | MIT | SSheldon/malloc_buf |
| match_cfg | Apache-2.0 OR MIT | gnzlbg/match_cfg |
| matches | MIT | SimonSapin/rust-std-candidates |
| maybe-uninit | Apache-2.0 OR MIT | est31/maybe-uninit |
| memchr | MIT OR Unlicense | BurntSushi/memchr |
| memmap | Apache-2.0 OR MIT | danburkert/memmap-rs |
| memmap2 | Apache-2.0 OR MIT | RazrFalcon/memmap2-rs |
| memoffset | MIT | Gilnaa/memoffset |
| metal | Apache-2.0 OR MIT | gfx-rs/metal-rs |
| migrations_internals | Apache-2.0 OR MIT | |
| migrations_macros | Apache-2.0 OR MIT | |
| mime | Apache-2.0 OR MIT | hyperium/mime |
| miniz_oxide | Apache-2.0 OR MIT OR Zlib | Frommi/miniz_oxide/tree/master/miniz_oxide |
| miniz_oxide | MIT | Frommi/miniz_oxide/tree/master/miniz_oxide |
| mio | MIT | tokio-rs/mio |
| mio | MIT | tokio-rs/mio |
| mio-extras | Apache-2.0 OR MIT | dimbleby/mio-extras |
| miow | Apache-2.0 OR MIT | alexcrichton/miow |
| miow | Apache-2.0 OR MIT | yoshuawuyts/miow |
| native-tls | Apache-2.0 OR MIT | sfackler/rust-native-tls |
| net2 | Apache-2.0 OR MIT | deprecrated/net2-rs |
| nix | MIT | nix-rust/nix |
| nom | MIT | Geal/nom |
| notify | CC0-1.0 | notify-rs/notify.git |
| ntapi | Apache-2.0 OR MIT | MSxDOS/ntapi |
| num-derive | Apache-2.0 OR MIT | rust-num/num-derive |
| num-integer | Apache-2.0 OR MIT | rust-num/num-integer |
| num-iter | Apache-2.0 OR MIT | rust-num/num-iter |
| num-rational | Apache-2.0 OR MIT | rust-num/num-rational |
| num-traits | Apache-2.0 OR MIT | rust-num/num-traits |
| num_cpus | Apache-2.0 OR MIT | seanmonstar/num_cpus |
| objc | MIT | SSheldon/rust-objc |
| objc-foundation | MIT | SSheldon/rust-objc-foundation |
| objc_exception | MIT | SSheldon/rust-objc-exception |
| objc_id | MIT | SSheldon/rust-objc-id |
| object | Apache-2.0 OR MIT | gimli-rs/object |
| once_cell | Apache-2.0 OR MIT | matklad/once_cell |
| openssl | Apache-2.0 | sfackler/rust-openssl |
| openssl-probe | Apache-2.0 OR MIT | alexcrichton/openssl-probe |
| openssl-sys | MIT | sfackler/rust-openssl |
| ordered-float | MIT | reem/rust-ordered-float |
| ordered-float | MIT | reem/rust-ordered-float |
| parking | Apache-2.0 OR MIT | stjepang/parking |
| parking_lot | Apache-2.0 OR MIT | Amanieu/parking_lot |
| parking_lot | Apache-2.0 OR MIT | Amanieu/parking_lot |
| parking_lot_core | Apache-2.0 OR MIT | Amanieu/parking_lot |
| parking_lot_core | Apache-2.0 OR MIT | Amanieu/parking_lot |
| pathfinder_color | Apache-2.0 OR MIT | servo/pathfinder |
| pathfinder_geometry | Apache-2.0 OR MIT | servo/pathfinder |
| pathfinder_simd | Apache-2.0 OR MIT | servo/pathfinder |
| pdqselect | Apache-2.0 OR MIT | |
| peeking_take_while | Apache-2.0 OR MIT | fitzgen/peeking_take_while |
| percent-encoding | Apache-2.0 OR MIT | servo/rust-url/ |
| permissions | MIT | marcospb19/dotao |
| pest | Apache-2.0 OR MIT | pest-parser/pest |
| pico-args | MIT | RazrFalcon/pico-args |
| pin-project | Apache-2.0 OR MIT | taiki-e/pin-project |
| pin-project-internal | Apache-2.0 OR MIT | taiki-e/pin-project |
| pin-project-lite | Apache-2.0 OR MIT | taiki-e/pin-project-lite |
| pin-project-lite | Apache-2.0 OR MIT | taiki-e/pin-project-lite |
| pin-utils | Apache-2.0 OR MIT | rust-lang-nursery/pin-utils |
| pkg-config | Apache-2.0 OR MIT | rust-lang/pkg-config-rs |
| png | Apache-2.0 OR MIT | image-rs/image-png.git |
| polling | Apache-2.0 OR MIT | smol-rs/polling |
| ppv-lite86 | Apache-2.0 OR MIT | cryptocorrosion/cryptocorrosion |
| proc-macro-error | Apache-2.0 OR MIT | |
| proc-macro-error-attr | Apache-2.0 OR MIT | |
| proc-macro-hack | Apache-2.0 OR MIT | dtolnay/proc-macro-hack |
| proc-macro-nested | Apache-2.0 OR MIT | dtolnay/proc-macro-hack |
| proc-macro2 | Apache-2.0 OR MIT | dtolnay/proc-macro2 |
| prometheus | Apache-2.0 | tikv/rust-prometheus |
| protobuf | MIT | stepancheg/rust-protobuf/ |
| quote | Apache-2.0 OR MIT | dtolnay/quote |
| rand | Apache-2.0 OR MIT | rust-random/rand |
| rand | Apache-2.0 OR MIT | rust-random/rand |
| rand_chacha | Apache-2.0 OR MIT | rust-random/rand |
| rand_chacha | Apache-2.0 OR MIT | rust-random/rand |
| rand_core | Apache-2.0 OR MIT | rust-random/rand |
| rand_core | Apache-2.0 OR MIT | rust-random/rand |
| rand_hc | Apache-2.0 OR MIT | rust-random/rand |
| rand_hc | Apache-2.0 OR MIT | rust-random/rand |
| rayon | Apache-2.0 OR MIT | rayon-rs/rayon |
| rayon-core | Apache-2.0 OR MIT | rayon-rs/rayon |
| rctree | MIT | RazrFalcon/rctree |
| redox_syscall | MIT | |
| redox_syscall | MIT | |
| redox_users | MIT | |
| regex | Apache-2.0 OR MIT | rust-lang/regex |
| regex-automata | MIT OR Unlicense | BurntSushi/regex-automata |
| regex-syntax | Apache-2.0 OR MIT | rust-lang/regex |
| remove_dir_all | Apache-2.0 OR MIT | XAMPPRocky/remove_dir_all.git |
| reqwest | Apache-2.0 OR MIT | seanmonstar/reqwest |
| resvg | MPL-2.0 | RazrFalcon/resvg |
| rgb | MIT | kornelski/rust-rgb |
| roxmltree | Apache-2.0 OR MIT | RazrFalcon/roxmltree |
| rstar | Apache-2.0 OR MIT | georust/rstar |
| run_script | Apache-2.0 | sagiegurari/run_script.git |
| rust-embed | MIT | pyros2097/rust-embed |
| rust-embed-impl | MIT | pyros2097/rust-embed |
| rust-embed-utils | MIT | pyros2097/rust-embed |
| rustc-demangle | Apache-2.0 OR MIT | alexcrichton/rustc-demangle |
| rustc-hash | Apache-2.0 OR MIT | rust-lang-nursery/rustc-hash |
| rustc_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs |
| rustc_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs |
| rustc_version | Apache-2.0 OR MIT | Kimundi/rustc-version-rs |
| rustversion | Apache-2.0 OR MIT | dtolnay/rustversion |
| rustybuzz | MIT | RazrFalcon/rustybuzz |
| ryu | Apache-2.0 OR BSL-1.0 | dtolnay/ryu |
| safe_arch | Apache-2.0 OR MIT OR Zlib | Lokathor/safe_arch |
| same-file | MIT OR Unlicense | BurntSushi/same-file |
| schannel | MIT | steffengy/schannel-rs |
| scoped_threadpool | MIT | Kimundi/scoped-threadpool-rs |
| scopeguard | Apache-2.0 OR MIT | bluss/scopeguard |
| security-framework | Apache-2.0 OR MIT | kornelski/rust-security-framework |
| security-framework-sys | Apache-2.0 OR MIT | kornelski/rust-security-framework |
| semver | Apache-2.0 OR MIT | dtolnay/semver |
| semver | Apache-2.0 OR MIT | steveklabnik/semver |
| semver | Apache-2.0 OR MIT | steveklabnik/semver |
| semver-parser | Apache-2.0 OR MIT | steveklabnik/semver-parser |
| semver-parser | Apache-2.0 OR MIT | steveklabnik/semver-parser |
| sentry | Apache-2.0 | getsentry/sentry-rust |
| sentry-backtrace | Apache-2.0 | getsentry/sentry-rust |
| sentry-contexts | Apache-2.0 | getsentry/sentry-rust |
| sentry-core | Apache-2.0 | getsentry/sentry-rust |
| sentry-log | Apache-2.0 | getsentry/sentry-rust |
| sentry-panic | Apache-2.0 | getsentry/sentry-rust |
| sentry-types | Apache-2.0 | getsentry/sentry-rust |
| serde | Apache-2.0 OR MIT | serde-rs/serde |
| serde_derive | Apache-2.0 OR MIT | serde-rs/serde |
| serde_json | Apache-2.0 OR MIT | serde-rs/json |
| serde_urlencoded | Apache-2.0 OR MIT | nox/serde_urlencoded |
| serde_with | Apache-2.0 OR MIT | jonasbb/serde_with |
| serde_with_macros | Apache-2.0 OR MIT | jonasbb/serde_with/ |
| serde_yaml | Apache-2.0 OR MIT | dtolnay/serde-yaml |
| servo-fontconfig | Apache-2.0 OR MIT | servo/rust-fontconfig/ |
| servo-fontconfig-sys | MIT | servo/libfontconfig/ |
| shellexpand | Apache-2.0 OR MIT | netvl/shellexpand |
| shellwords | MIT | jimmycuadra/rust-shellwords |
| shlex | Apache-2.0 OR MIT | comex/rust-shlex |
| signal-hook | Apache-2.0 OR MIT | vorner/signal-hook |
| signal-hook | Apache-2.0 OR MIT | vorner/signal-hook |
| signal-hook-registry | Apache-2.0 OR MIT | vorner/signal-hook |
| simplecss | Apache-2.0 OR MIT | RazrFalcon/simplecss |
| simplelog | Apache-2.0 OR MIT | drakulix/simplelog.rs |
| simplelog | Apache-2.0 OR MIT | drakulix/simplelog.rs |
| siphasher | Apache-2.0 OR MIT | jedisct1/rust-siphash |
| slab | MIT | tokio-rs/slab |
| smallvec | Apache-2.0 OR MIT | servo/rust-smallvec |
| smallvec | Apache-2.0 OR MIT | servo/rust-smallvec |
| smart-default | MIT | idanarye/rust-smart-default |
| smol | Apache-2.0 OR MIT | stjepang/smol |
| socket2 | Apache-2.0 OR MIT | alexcrichton/socket2-rs |
| socket2 | Apache-2.0 OR MIT | rust-lang/socket2 |
| stable_deref_trait | Apache-2.0 OR MIT | storyyeller/stable_deref_trait |
| strsim | MIT | dguo/strsim-rs |
| strsim | MIT | dguo/strsim-rs |
| svgfilters | MPL-2.0 | RazrFalcon/resvg/tree/master/svgfilters |
| svgtypes | Apache-2.0 OR MIT | RazrFalcon/svgtypes |
| syn | Apache-2.0 OR MIT | dtolnay/syn |
| synstructure | MIT | mystor/synstructure |
| sysinfo | MIT | GuillaumeGomez/sysinfo |
| tempfile | Apache-2.0 OR MIT | Stebalien/tempfile |
| termcolor | MIT OR Unlicense | BurntSushi/termcolor |
| textwrap | MIT | mgeisler/textwrap |
| thiserror | Apache-2.0 OR MIT | dtolnay/thiserror |
| thiserror-impl | Apache-2.0 OR MIT | dtolnay/thiserror |
| thread_local | Apache-2.0 OR MIT | Amanieu/thread_local-rs |
| tiff | MIT | image-rs/image-tiff |
| time | Apache-2.0 OR MIT | time-rs/time |
| tiny-skia | BSD-3-Clause | RazrFalcon/tiny-skia |
| tinyvec | Apache-2.0 OR MIT OR Zlib | Lokathor/tinyvec |
| tinyvec_macros | Apache-2.0 OR MIT OR Zlib | Soveu/tinyvec_macros |
| tokio | MIT | tokio-rs/tokio |
| tokio | MIT | tokio-rs/tokio |
| tokio-native-tls | MIT | tokio-rs/tls |
| tokio-util | MIT | tokio-rs/tokio |
| tokio-util | MIT | tokio-rs/tokio |
| tower-service | MIT | tower-rs/tower |
| tracing | MIT | tokio-rs/tracing |
| tracing-core | MIT | tokio-rs/tracing |
| tracing-futures | MIT | tokio-rs/tracing |
| tree-sitter | MIT | tree-sitter/tree-sitter |
| try-lock | MIT | seanmonstar/try-lock |
| ttf-parser | Apache-2.0 OR MIT | RazrFalcon/ttf-parser |
| ttf-parser | Apache-2.0 OR MIT | RazrFalcon/ttf-parser |
| typenum | Apache-2.0 OR MIT | paholg/typenum |
| ucd-trie | Apache-2.0 OR MIT | BurntSushi/ucd-generate |
| uname | Apache-2.0 OR MIT | icorderi/rust-uname |
| uneval | MIT | Cerber-Ursi/uneval |
| unicode-bidi | Apache-2.0 OR MIT | servo/unicode-bidi |
| unicode-bidi-mirroring | Apache-2.0 OR MIT | RazrFalcon/unicode-bidi-mirroring |
| unicode-ccc | Apache-2.0 OR MIT | RazrFalcon/unicode-ccc |
| unicode-general-category | Apache-2.0 | yeslogic/unicode-general-category |
| unicode-normalization | Apache-2.0 OR MIT | unicode-rs/unicode-normalization |
| unicode-script | Apache-2.0 OR MIT | unicode-rs/unicode-script |
| unicode-segmentation | Apache-2.0 OR MIT | unicode-rs/unicode-segmentation |
| unicode-vo | Apache-2.0 OR MIT | RazrFalcon/unicode-vo |
| unicode-width | Apache-2.0 OR MIT | unicode-rs/unicode-width |
| unicode-xid | Apache-2.0 OR MIT | unicode-rs/unicode-xid |
| unicode_categories | Apache-2.0 OR MIT | swgillespie/unicode-categories |
| unindent | Apache-2.0 OR MIT | dtolnay/indoc |
| unreachable | Apache-2.0 OR MIT | reem/rust-unreachable.git |
| url | Apache-2.0 OR MIT | servo/rust-url |
| urlocator | Apache-2.0 OR MIT | alacritty/urlocator.git |
| users | MIT | ogham/rust-users |
| usvg | MPL-2.0 | RazrFalcon/resvg |
| utf8parse | Apache-2.0 OR MIT | jwilm/vte |
| uuid | Apache-2.0 OR MIT | uuid-rs/uuid |
| validator | MIT | Keats/validator |
| validator_types | MIT | Keats/validator |
| vcpkg | Apache-2.0 OR MIT | mcgoo/vcpkg-rs |
| vec1 | Apache-2.0 OR MIT | rustonaut/vec1/ |
| vec_map | Apache-2.0 OR MIT | contain-rs/vec-map |
| version-compare | MIT | timvisee/version-compare |
| version_check | Apache-2.0 OR MIT | SergioBenitez/version_check |
| void | MIT | reem/rust-void.git |
| vte | Apache-2.0 OR MIT | alacritty/vte |
| vte_generate_state_changes | Apache-2.0 OR MIT | jwilm/vte |
| wait-timeout | Apache-2.0 OR MIT | alexcrichton/wait-timeout |
| waker-fn | Apache-2.0 OR MIT | stjepang/waker-fn |
| walkdir | MIT OR Unlicense | BurntSushi/walkdir |
| want | MIT | seanmonstar/want |
| wasi | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | bytecodealliance/wasi |
| wasi | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | bytecodealliance/wasi |
| wasm-bindgen | Apache-2.0 OR MIT | rustwasm/wasm-bindgen |
| wasm-bindgen-backend | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/backend |
| wasm-bindgen-futures | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/futures |
| wasm-bindgen-macro | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/macro |
| wasm-bindgen-macro-support | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/macro-support |
| wasm-bindgen-shared | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/shared |
| web-sys | Apache-2.0 OR MIT | rustwasm/wasm-bindgen/tree/master/crates/web-sys |
| webbrowser | Apache-2.0 OR MIT | amodm/webbrowser-rs |
| weezl | Apache-2.0 OR MIT | image-rs/lzw.git |
| wepoll-ffi | Apache-2.0 OR BSD-2-Clause OR MIT | aclysma/wepoll-ffi |
| which | MIT | harryfei/which-rs.git |
| widestring | Apache-2.0 OR MIT | starkat99/widestring-rs.git |
| winapi | Apache-2.0 OR MIT | retep998/winapi-rs |
| winapi | MIT | retep998/winapi-rs |
| winapi-build | MIT | retep998/winapi-rs |
| winapi-i686-pc-windows-gnu | Apache-2.0 OR MIT | retep998/winapi-rs |
| winapi-util | MIT OR Unlicense | BurntSushi/winapi-util |
| winapi-x86_64-pc-windows-gnu | Apache-2.0 OR MIT | retep998/winapi-rs |
| winreg | MIT | gentoo90/winreg-rs |
| wio | Apache-2.0 OR MIT | retep998/wio-rs |
| ws2_32-sys | MIT | retep998/winapi-rs |
| xmlparser | Apache-2.0 OR MIT | RazrFalcon/xmlparser |
| xmlwriter | MIT | RazrFalcon/xmlwriter |
| yaml-rust | Apache-2.0 OR MIT | chyh1990/yaml-rust |
ScanCode licenses
Section titled “ScanCode licenses”| Name | License | Copyright |
|---|---|---|
| Alacritty | APACHE-2.0 | Copyright 2016 Joe Wilm, The Alacritty Project |
| Hack Font | MIT | (c) 2018 Source Foundry Authors |
| Roboto Font | APACHE-2.0 | Copyright 2011 Google Inc. |
| Rubik Font | OFL-1.1 | Copyright 2015 The Rubik Project |
| Tree Sitter | MIT | Copyright (c) 2018 NAN contributors |