Copyright for rustc-1.93 source package in Huanghe V3.0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rust Source: https://www.rust-lang.org Files-Excluded: .gitmodules *.min.js x.ps1 src/llvm-project src/gcc # Pre-generated docs src/tools/rustfmt/docs # Exclusions on the vendor/ dir should be in Files-Excluded-vendor vendor # DOCX versions of TRPL book prepared for No Starch Press src/doc/book/nostarch/docx # Exclude submodules https://github.com/rust-lang/rust/tree/master/src/tools # We prefer to do them in different Debian packages so they can have their own # version numbers. If upstream merges them "properly" (i.e. unify the version # numbers) then we can merge the packages in Debian. Note that cargotest here # does actually belong to rustc, it is an integration test suite for rustc to # check that certain popular crates continue to compile. It is not the same as # cargo's own test suite (in its own package) also called cargotest. # NB: don't exclude rust-installer, it's needed for "install" functionality #src/tools/cargo # NOTE: un-comment the following if you want to enable rustc_cg_gcc # compiler/rustc_codegen_gcc/rust-toolchain compiler/rustc_codegen_gcc compiler/rustc_codegen_cranelift src/tools/enzyme src/tools/remote-test-client src/tools/remote-test-server # rust-analyzer parts we don't need (yet) src/tools/rust-analyzer/editors src/tools/rust-analyzer/.github # we don't need this upstream automation tool src/tools/rustc-perf # Embedded GH pages src/tools/clippy/util/gh-pages Files-Excluded-vendor: # Fonts already in Debian, covered by d-0003-mdbook-strip-embedded-libs.patch vendor/mdbook-*/src/front-end/fonts vendor/mdbook-*/src/front-end/js/highlight.js vendor/mdbook-*/src/front-end/css/highlight.css # Embedded C libraries vendor/blake3-*/c vendor/curl-sys-*/curl vendor/libdbus-sys-*/vendor vendor/libgit2-sys-*/libgit2 vendor/libssh2-sys-*/libssh2 vendor/libsqlite3-sys-*/sqlite3 vendor/libsqlite3-sys-*/sqlcipher vendor/libz-sys-*/src/zlib* vendor/lzma-sys*/xz-* vendor/onig_sys*/oniguruma # Embedded binary blobs # vendor/jsonpath_lib-*/docs vendor/mdbook-*/src/front-end/playground_editor vendor/psm-*/src/arch/wasm32.o vendor/windows-bindgen-*/default/*.winmd # test binary files vendor/libloading-*/tests/*.dll # Misc vendor/blake3-*/media vendor/*/icon_CLion.svg vendor/prettydiff-*/screens/*.png Files: C*.md R*.md Cargo.lock Cargo.toml COPYRIGHT LICENSE* bootstrap.example.toml compiler/* configure git-commit-hash git-commit-info library/* license-metadata.json REUSE.toml src/README.md src/bootstrap/* src/build_helper/* src/ci/* src/doc/* src/etc/* src/lib* src/rust* src/stage0 src/tools/* src/version tests/* version x x.py .cargo/config.toml package.json yarn.lock Copyright: 2006-2009 Graydon Hoare 2009-2012 Mozilla Foundation 2012-2025 The Rust Project Developers (see AUTHORS.txt) License: MIT or Apache-2.0 Files: src/librustdoc/html/static/fonts/FiraSans* Copyright: 2014, Mozilla Foundation, 2014, Telefonica S.A. License: SIL-OPEN-FONT Files: src/librustdoc/html/static/fonts/NanumBarun* Copyright: 2010 NAVER Corporation License: SIL-OPEN-FONT Files: src/librustdoc/html/static/fonts/SourceCodePro* Copyright: 2010, 2012 Adobe Systems Incorporated License: SIL-OPEN-FONT Files: src/librustdoc/html/static/fonts/SourceSerif4* Copyright: 2014-2021 Adobe Systems Incorporated License: SIL-OPEN-FONT Files: vendor/anes-*/* Copyright: 2019-2023 Robert VojtaLicense: MIT OR Apache-2.0 Comment: see https://github.com/zrzka/anes-rs Files: vendor/anstream-*/* vendor/anstyle-1.*/* vendor/anstyle-lossy-*/* vendor/anstyle-parse-*/* vendor/anstyle-svg-*/* vendor/anstyle-query-*/* vendor/colorchoice-*/* Copyright: 2023-2024 Ed Page License: MIT or Apache-2.0 Comment: see https://github.com/rust-cli/anstyle Files: vendor/anyhow-*/* vendor/dissimilar-*/* vendor/itoa-*/* vendor/quote-*/* vendor/syn-*/* vendor/unicode-ident-*/* Copyright: 2016-2024 David Tolnay License: MIT or Apache-2.0 Comment: see https://github.com/dtolnay/anyhow see https://github.com/dtolnay/dissimilar see https://github.com/dtolnay/itoa see https://github.com/dtolnay/quote see https://github.com/dtolnay/syn see https://github.com/dtolnay/unicode-ident Files: vendor/ar_archive_writer-*/* Copyright: 2003-2017 University of Illinois at Urbana-Champaign. License: Apache-2.0 with LLVM exception Comment: see https://github.com/rust-lang/ar_archive_writer derived from LLVM code Files: vendor/addr2line-*/* Copyright: 2016-2021 Nick Fitzgerald 2016-2021 Philip Craig 2016-2021 Jon Gjengset 2016-2021 Noah Bergbauer License: Apache-2.0 or MIT Comment: see https://github.com/gimli-rs/addr2line Files: vendor/adler2-*/* Copyright: 2020-2025 Jonas Schievink 2020-2025 oyvindln License: 0BSD OR MIT OR Apache-2.0 Comment: see https://github.com/oyvindln/adler2 Files: vendor/aho-corasick-*/* vendor/memchr-*/* Copyright: 2015 Andrew Gallant 2015-2018 bluss License: MIT or Unlicense Comment: see upstream projects, * https://github.com/BurntSushi/aho-corasick * https://github.com/BurntSushi/rust-memchr Files: vendor/allocator-api2-*/* Copyright: 2023-2024 Zakarum License: MIT OR Apache-2.0 Comment: see https://github.com/zakarumych/allocator-api2 Files: vendor/ammonia-*/* Copyright: 2015-2018 Michael Howell License: MIT or Apache-2.0 Comment: see https://github.com/notriddle/ammonia Files: vendor/annotate-snippets-*/* Copyright: 2018-2020 Zibi Braniecki License: Apache-2.0 or MIT Comment: see https://github.com/zbraniecki/annotate-snippets-rs Files: vendor/arc-swap-*/* Copyright: 2018-2024 Michal 'vorner' Vaner License: MIT OR Apache-2.0 Comment: see https://github.com/vorner/arc-swap Files: vendor/arrayref-0.3.9/* Copyright: 2015-2024 David Roundy License: BSD-2-Clause Comment: see https://github.com/droundy/arrayref Files: vendor/arrayvec-*/* vendor/either-*/* vendor/itertools-*/* vendor/maplit-*/* vendor/scopeguard-*/* Copyright: 2014-2020 bluss License: MIT or Apache-2.0 Comment: see https://github.com/bluss/rust-itertools see https://github.com/bluss/either see https://github.com/bluss/arrayvec see https://github.com/bluss/fixedbitset see https://github.com/bluss/maplit see https://github.com/bluss/scopeguard Files: vendor/askama-*/* vendor/askama_derive-*/* vendor/askama_parser-*/* Copyright: 2016-2025 The Askama-rs Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/askama-rs/askama Files: vendor/autocfg-*/* Copyright: 2018-2020 Josh Stone License: Apache-2.0 or MIT Files: vendor/backtrace-*/* Copyright: 2015-2022 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang/backtrace-rs Files: vendor/aes-0.*/* vendor/base16ct-*/* vendor/base64ct-*/* vendor/block-buffer-*/* vendor/cipher-0.*/* vendor/const-oid-*/* vendor/cpufeatures-*/* vendor/crypto-bigint-*/* vendor/crypto-common-*/* vendor/der-*/* vendor/digest-*/* vendor/ecdsa-*/* vendor/elliptic-curve-*/* vendor/hkdf-*/* vendor/hmac-*/* vendor/inout-0.*/* vendor/md-5-*/* vendor/p384-*/* vendor/pem-rfc7468-*/* vendor/pkcs8-*/* vendor/primeorder-*/* vendor/rfc6979-*/* vendor/sec1-*/* vendor/sha1-*/* vendor/sha2-*/* vendor/signature-*/* vendor/spki-*/* vendor/zeroize-*/* Copyright: 2015-2026 RustCrypto Developers License: MIT or Apache-2.0 Comment: see https://github.com/RustCrypto/block-ciphers see https://github.com/RustCrypto/elliptic-curves see https://github.com/RustCrypto/formats see https://github.com/RustCrypto/hashes see https://github.com/RustCrypto/signatures see https://github.com/RustCrypto/traits see https://github.com/RustCrypto/utils see https://github.com/RustCrypto/KDFs see https://github.com/RustCrypto/MACs Files: vendor/base64-*/* Copyright: 2015-2024 Alice Maz 2015-2024 Marshall Pierce License: MIT OR Apache-2.0 Comment: see https://github.com/marshallpierce/rust-base64 Files: vendor/basic-toml-*/* Copyright: 2014-2023 Alex Crichton 2014-2023 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/basic-toml Files: vendor/bincode-*/* Copyright: 2014-2024 Ty Overby 2014-2024 Francesco Mazzoli 2014-2024 David Tolnay 2014-2024 Zoey Riordan License: MIT Comment: see https://github.com/servo/bincode Files: vendor/bitmaps-*/* Copyright: 2019-2024 Bodil Stokke License: MPL-2.0+ Comment: see https://github.com/bodil/bitmaps Files: vendor/bit-set-*/* Copyright: 2015-2023 Alexis Beingessner License: MIT or Apache-2.0 Comment: see https://github.com/contain-rs/bit-set Files: vendor/bit-vec-*/* Copyright: 2015-2023 Alexis Beingessner License: MIT or Apache-2.0 Comment: see https://github.com/contain-rs/bit-vec Files: vendor/bitflags-*/* vendor/cc-*/* vendor/cmake-*/* vendor/env_filter-*/* vendor/env_logger-*/* vendor/find-msvc-tools-0.*/* vendor/getopts-*/* vendor/glob-*/* vendor/libc-*/* vendor/log-*/* vendor/regex-*/* vendor/regex-lite-*/* vendor/regex-syntax-*/* vendor/rustc-hash-*/* vendor/time-*/* Copyright: 2010-2021 The Rust Project Developers License: MIT or Apache-2.0 Comment: This is a collection of external crates embedded here to bootstrap cargo. Most of them come from the original upstream Rust project, thus share the same MIT/Apache-2.0 dual-license. See https://github.com/rust-lang. Exceptions are noted below. Files: vendor/blake3-1.8.2/* Copyright: 2019-2025 Jack O'Connor 2019-2025 Samuel Neves License: CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM exception Comment: see https://github.com/BLAKE3-team/BLAKE3 Files: vendor/borsh-*/* Copyright: 2019-2025 Near Inc License: MIT OR Apache-2.0 Comment: see https://github.com/near/borsh-rs Files: vendor/boxcar-*/* Copyright: 2022-2025 Ibraheem Ahmed License: MIT Comment: see https://github.com/ibraheemdev/boxcar Files: vendor/bstr-*/* Copyright: 2018-2024 Andrew Gallant License: MIT OR Apache-2.0 Comment: see https://github.com/BurntSushi/bstr Files: vendor/bumpalo-*/* Copyright: 2018-2024 Nick Fitzgerald License: MIT or Apache-2.0 Comment: see https://github.com/fitzgen/bumpalo Files: vendor/bytecount-*/* Copyright: 2016-2020 Andre Bogus 2016-2020 Joshua Landau License: Apache-2.0 or MIT Comment: see https://github.com/llogiq/bytecount Files: vendor/byteorder-*/* Copyright: 2015-2024 Andrew Gallant License: Unlicense OR MIT Comment: see https://github.com/BurntSushi/byteorder Files: vendor/bytes-*/* Copyright: 2015-2022 Carl Lerche 2015-2022 Sean McArthur License: MIT Comment: see https://github.com/tokio-rs/bytes Files: vendor/camino-*/* Copyright: 2020-2022 Without Boats 2020-2022 Ashley Williams 2020-2022 Steve Klabnik 2020-2022 Rain License: MIT OR Apache-2.0 Comment: see https://github.com/withoutboats/camino Files: vendor/cargo_metadata-*/* Copyright: 2016-2020 Oliver Schneider License: MIT Comment: see https://github.com/oli-obk/cargo_metadata Files: vendor/cargo-platform-*/* vendor/cargo-util-schemas-*/* Copyright: 2014-2025 The Cargo Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang/cargo Files: vendor/cast-*/* Copyright: 2014-2021 Jorge Aparicio License: MIT OR Apache-2.0 Comment: see https://github.com/japaric/cast.rs Files: vendor/cfg_aliases-*/* Copyright: 2020-2024 Zicklag License: MIT Comment: see https://github.com/katharostech/cfg_aliases Files: vendor/cfg-if-*/* vendor/filetime-*/* vendor/flate2-*/* vendor/fnv-*/* vendor/jobserver-*/* vendor/lzma-sys-*/* vendor/pkg-config-*/* vendor/proc-macro2-*/* vendor/rustc-demangle-*/* vendor/scoped-tls-*/* vendor/tar-*/* vendor/xz2-*/* Copyright: 2014-2020 Alex Crichton 2015-2017 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/alexcrichton/ Files: vendor/chrono-*/* Copyright: 2014-2018 Kang Seonghoon License: MIT or Apache-2.0 Comment: see https://github.com/chronotope/chrono Files: vendor/ciborium-*/* vendor/ciborium-io-*/* vendor/ciborium-ll-*/* Copyright: 2020-2024 Nathaniel McCallum License: Apache-2.0 Comment: see https://github.com/enarx/ciborium Files: vendor/clap-*/* vendor/clap_builder-*/* vendor/clap_complete-*/* vendor/clap_derive-*/* vendor/clap_lex-*/* Copyright: 2015-2022 Kevin K. License: MIT Comment: see https://github.com/clap-rs/clap Files: vendor/clap-cargo-*/* Copyright: 2019-2024 Ed Page License: MIT OR Apache-2.0 Comment: see https://github.com/crate-ci/clap-cargo Files: vendor/clru-*/* Copyright: 2020-2023 marmeladema License: MIT Comment: see https://github.com/marmeladema/clru-rs Files: vendor/cobs-0.*/* Copyright: 2015-2025 Allen Welkie 2015-2025 James Munns License: MIT OR Apache-2.0 Comment: see https://github.com/jamesmunns/cobs.rs Files: vendor/codespan-reporting-0.*/* Copyright: 2018-2025 Brendan Zabarauskas License: Apache-2.0 Comment: see https://github.com/brendanzab/codespan Files: vendor/color-eyre-*/* Copyright: 2020-2023 Jane Lusby License: MIT OR Apache-2.0 Comment: see https://github.com/yaahc/color-eyre Files: vendor/color-spantrace-*/* Copyright: 2020-2024 Jane Lusby License: MIT OR Apache-2.0 Comment: see https://github.com/yaahc/color-spantrace Files: vendor/colored-*/* Copyright: 2016-2020 Thomas Wickham License: MPL-2.0 Comment: see https://github.com/mackwic/colored Files: vendor/color-print-*/* vendor/color-print-proc-macro-*/* Copyright: 2021-2024 Johann David License: MIT OR Apache-2.0 Comment: see https://gitlab.com/yolenoyer/color-print Files: vendor/comma-*/* Copyright: 2019-2023 Ethan McTague License: MIT Comment: see https://github.com/emctague/comma Files: vendor/console-*/* vendor/indicatif-*/* Copyright: 2017-2024 Armin Ronacher License: MIT Comment: see https://github.com/console-rs/console see https://github.com/console-rs/indicatif Files: vendor/constant_time_eq-0.3.1/* Copyright: 2015-2024 Cesar Eduardo Barros License: CC0-1.0 OR MIT-0 OR Apache-2.0 Comment: see https://github.com/cesarb/constant_time_eq Files: vendor/content_inspector-*/* Copyright: 2018-2018 David Peter License: MIT or Apache-2.0 Comment: see https://github.com/sharkdp/content_inspector Files: vendor/countme-*/* Copyright: 2021-2022 Aleksey Kladov License: MIT OR Apache-2.0 Comment: see https://github.com/matklad/countme Files: vendor/cov-mark-*/* Copyright: 2020-2021 Aleksey Kladov 2020-2021 Simonas Kazlauskas License: MIT OR Apache-2.0 Comment: see https://github.com/matklad/cov-mark Files: vendor/crc32fast-*/* Copyright: 2018-2019 Sam Rijs 2018-2019 Alex Crichton License: MIT OR Apache-2.0 Comment: see https://github.com/srijs/rust-crc32fast Files: vendor/criterion-*/* vendor/criterion-plot-*/* Copyright: 2014-2024 Jorge Aparicio 2014-2024 Brook Heisler License: Apache-2.0 or MIT Comment: see https://github.com/bheisler/criterion.rs Files: vendor/crossbeam-channel-*/* vendor/crossbeam-queue-*/* vendor/crossbeam-deque-*/* vendor/crossbeam-epoch-*/* vendor/crossbeam-utils-*/* Copyright: 2015-2025 The Crossbeam Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/crossbeam-rs Files: vendor/cssparser-*/* vendor/cssparser-macros-*/* Copyright: 2013-2025 Simon Sapin License: MPL-2.0 Comment: see https://github.com/servo/rust-cssparser Files: vendor/ct-codecs-*/* Copyright: 2020-2022 Frank Denis License: MIT Comment: see https://github.com/jedisct1/rust-ct-codecs Files: vendor/ctrlc-*/* Copyright: 2015-2024 Antti Keränen License: MIT or Apache-2.0 Comment: see https://github.com/Detegr/rust-ctrlc.git Files: vendor/curl-*/* vendor/curl-sys-*/* Copyright: 2014-2024 Alex Crichton License: MIT Comment: see https://github.com/alexcrichton/curl-rust Files: vendor/cxx-1.*/* vendor/cxx-build-1.*/* vendor/cxxbridge-flags-1.*/* vendor/cxxbridge-macro-1.*/* Copyright: 2020-2026 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/cxx Files: vendor/darling-*/* vendor/darling_core-*/* vendor/darling_macro-*/* Copyright: 2017-2024 Ted Driggs License: MIT Comment: see https://github.com/TedDriggs/darling Files: vendor/dashmap-*/* Copyright: 2019-2025 Acrimon License: MIT Comment: see https://github.com/xacrimon/dashmap Files: vendor/datafrog-*/* Copyright: 2018 Frank McSherry 2018 The Rust Project Developers 2018 Datafrog Developers License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang-nursery/datafrog Files: vendor/dateparser-0.2.1/* Copyright: 2021-2023 Rollie Ma License: MIT Comment: see https://github.com/waltzofpearls/dateparser Files: vendor/dbus-*/* vendor/libdbus-sys-*/* Copyright: 2014-2024 David Henningsson License: Apache-2.0 or MIT Comment: see https://github.com/diwic/dbus-rs Files: vendor/deranged-*/* Copyright: 2020-2023 Jacob Pratt License: MIT OR Apache-2.0 Comment: see https://github.com/jhpratt/deranged Files: vendor/derive_builder-*/* vendor/derive_builder_core-*/* vendor/derive_builder_macro-*/* Copyright: 2016-2024 Colin Kiegel 2016-2024 Pascal Hertleif 2016-2024 Jan-Erik Rediger 2016-2024 Ted Driggs License: MIT or Apache-2.0 Comment: see https://github.com/colin-kiegel/rust-derive-builder Files: vendor/derive_setters-*/* Copyright: 2019-2023 Lymia Aluysia License: MIT or Apache-2.0 Comment: see https://github.com/Lymia/derive_setters Files: vendor/derive-where-*/* Copyright: 2021-2025 daxpedda 2021-2023 Roland Fredenhagen License: MIT OR Apache-2.0 Comment: see https://github.com/ModProg/derive-where Files: vendor/diff-*/* Copyright: 2015-2017 Utkarsh Kukreti License: MIT or Apache-2.0 Comment: see https://github.com/utkarshkukreti/diff.rs Files: vendor/directories-6.*/* Copyright: 2017-2025 Simon Ochsenreither License: MIT OR Apache-2.0 Comment: see https://github.com/soc/directories-rs Files: vendor/dirs-*/* Copyright: 2015-2024 Simon Ochsenreither 2015-2024 dirs-rs contributors License: MIT OR Apache-2.0 Comment: see https://github.com/dirs-dev/dirs-rs see https://github.com/dirs-dev/dirs-sys-rs Files: vendor/dirs-next-*/* vendor/dirs-sys-next-*/* Copyright: 2017-2021 The @xdg-rs members License: MIT OR Apache-2.0 Comment: see https://github.com/xdg-rs/dirs Files: vendor/displaydoc-*/* Copyright: 2019-2023 Jane Lusby License: MIT OR Apache-2.0 Comment: see https://github.com/yaahc/displaydoc Files: vendor/doc-comment-0.*/* Copyright: 2018-2020 Guillaume Gomez License: MIT Comment: see https://github.com/GuillaumeGomez/doc-comment Files: vendor/dtoa-1.0.10/* Copyright: 2016-2025 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/dtoa Files: vendor/dtoa-short-*/* Copyright: 2017-2024 Xidorn Quan License: MPL-2.0 Comment: see https://github.com/upsuper/dtoa-short Files: vendor/drop_bomb-*/* Copyright: 2018-2020 Aleksey Kladov License: MIT OR Apache-2.0 Comment: see https://github.com/matklad/drop_bomb Files: vendor/dunce-*/* Copyright: 2017-2023 Kornel License: CC0-1.0 Comment: see https://gitlab.com/kornelski/dunce Files: vendor/dyn-clone-1.*/* Copyright: 2018-2025 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/dyn-clone Files: vendor/ed25519-compact-*/* Copyright: 2020-2024 Frank Denis License: MIT Comment: see https://github.com/jedisct1/rust-ed25519-compact Files: vendor/elasticlunr-rs-*/* Copyright: 2017-2018 Matt Ickstadt License: MIT or Apache-2.0 Comment: see https://github.com/mattico/elasticlunr-rs Files: vendor/elsa-*/* Copyright: 2018-2023 Manish Goregaokar License: MIT or Apache-2.0 Comment: see https://github.com/manishearth/elsa Files: vendor/embedded-io-0.*/* Copyright: 2017-2026 Rust Embedded Working Group License: MIT OR Apache-2.0 Comment: see https://github.com/rust-embedded/embedded-hal see https://github.com/rust-embedded/embedded-hal/tree/master/embedded-io Files: vendor/ena-*/* Copyright: 2015-2020 Niko Matsakis License: MIT or Apache-2.0 Comment: see https://github.com/nikomatsakis/ena Files: vendor/encoding_rs-*/* Copyright: 2016-2024 Henri Sivonen License: (Apache-2.0 OR MIT) AND BSD-3-Clause Comment: see https://github.com/hsivonen/encoding_rs Files: vendor/erased-serde-*/* Copyright: 2016-2024 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/erased-serde Files: vendor/errno-*/* Copyright: 2015-2022 Chris Wong License: MIT or Apache-2.0 Comment: see https://github.com/lambda-fairy/rust-errno Files: vendor/equivalent-*/* Copyright: 2016-2023 Josh Stone License: Apache-2.0 OR MIT Comment: see https://github.com/cuviper/equivalent Files: vendor/escargot-*/* Copyright: 2018-2024 Ed Page License: MIT OR Apache-2.0 Comment: see https://github.com/crate-ci/escargot.git Files: vendor/expect-test-*/* Copyright: 2020-2022 rust-analyzer developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-analyzer/expect-test Files: vendor/eyre-*/* Copyright: 2019-2024 David Tolnay 2019-2024 Jane Lusby License: MIT OR Apache-2.0 Comment: see https://github.com/yaahc/eyre Files: vendor/fallible-iterator-*/* Copyright: 2016-2019 Steven Fackler License: MIT or Apache-2.0 Comment: see https://github.com/sfackler/rust-fallible-iterator Files: vendor/fallible-streaming-iterator-*/* Copyright: 2016-2018 Steven Fackler License: MIT or Apache-2.0 Comment: see https://github.com/sfackler/fallible-streaming-iterator Files: vendor/faster-hex-*/* Copyright: 2018-2023 zhangsoledad <787953403@qq.com> License: MIT Comment: see https://github.com/NervosFoundation/faster-hex Files: vendor/fastrand-*/* Copyright: 2020-2023 Stjepan Glavina License: Apache-2.0 OR MIT Comment: see https://github.com/smol-rs/fastrand Files: vendor/ff-*/* Copyright: 2017-2023 Sean Bowe 2017-2023 Jack Grigg License: MIT or Apache-2.0 Comment: see https://github.com/zkcrypto/ff Files: vendor/fiat-crypto-*/* Copyright: 2015-2024 Fiat Crypto library authors License: MIT OR Apache-2.0 OR BSD-1-Clause-fiat-crypto Comment: see https://github.com/mit-plv/fiat-crypto Files: vendor/fluent-bundle-*/* vendor/fluent-syntax-*/* vendor/intl-memoizer-*/* Copyright: 2016-2022 Zibi Braniecki 2016-2022 Staś Małolepszy 2016-2022 Manish Goregaokar License: Apache-2.0 or MIT Comment: see https://github.com/projectfluent/fluent-rs Files: vendor/fluent-langneg-*/* Copyright: 2017-2021 Zibi Braniecki License: Apache-2.0 Comment: see https://github.com/projectfluent/fluent-langneg-rs Files: vendor/foldhash-*/* Copyright: 2024-2025 Orson Peters License: Zlib Comment: see https://github.com/orlp/foldhash Files: vendor/form_urlencoded-*/* vendor/idna-*/* vendor/percent-encoding-*/* vendor/url-*/* Copyright: 2013-2021 The rust-url developers License: MIT or Apache-2.0 Comment: see https://github.com/servo/rust-url/ Files: vendor/fs-err-*/* Copyright: 2020-2020 Andrew Hickman License: MIT or Apache-2.0 Comment: see https://github.com/andrewhickman/fs-err Files: vendor/fs_extra-*/* Copyright: 2017-2023 Denis Kurilenko License: MIT Comment: see https://github.com/webdesus/fs_extra Files: vendor/fst-*/* Copyright: 2015-2023 Andrew Gallant License: Unlicense or MIT Comment: see https://github.com/BurntSushi/fst Files: vendor/futf-*/* Copyright: 2015-2018 Keegan McAllister License: MIT or Apache-2.0 Comment: see https://github.com/servo/futf Files: vendor/futures-*/* vendor/futures-channel-*/* vendor/futures-core-*/* vendor/futures-executor-*/* vendor/futures-io-*/* vendor/futures-macro-*/* vendor/futures-sink-*/* vendor/futures-task-*/* vendor/futures-util-*/* Copyright: 2016-2018 Alex Crichton 2017 The Tokio Authors 2018-2022 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang/futures-rs Files: vendor/generic-array-*/* Copyright: 2015-2020 Bartłomiej Kamiński 2015-2020 Aaron Trent License: MIT Comment: see https://github.com/fizyk20/generic-array.git Files: vendor/getrandom-*/* vendor/rand-*/* vendor/rand_chacha-*/* vendor/rand_core-*/* vendor/rand_xorshift-*/* vendor/rand_xoshiro-*/* Copyright: 2010-2019 The Rand Project Developers 2010-2019 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/rust-random/getrandom see https://github.com/rust-random/rand see https://github.com/rust-random/small-rngs Files: vendor/gimli-*/* Copyright: 2016-2021 Nick Fitzgerald 2016-2021 Philip Craig License: Apache-2.0 or MIT Comment: see https://github.com/gimli-rs/gimli Files: vendor/git2-0.*/* vendor/git2-curl-0.*/* vendor/libgit2-sys-0.*/* Copyright: 2014-2024 Josh Triplett 2014-2024 Alex Crichton License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang/git2-rs Files: vendor/gix-*/* vendor/gix-actor-*/* vendor/gix-attributes-*/* vendor/gix-bitmap-*/* vendor/gix-chunk-*/* vendor/gix-command-*/* vendor/gix-commitgraph-*/* vendor/gix-config-*/* vendor/gix-config-value-*/* vendor/gix-credentials-*/* vendor/gix-date-*/* vendor/gix-diff-*/* vendor/gix-discover-*/* vendor/gix-features-*/* vendor/gix-filter-*/* vendor/gix-fs-*/* vendor/gix-glob-*/* vendor/gix-hash-*/* vendor/gix-hashtable-*/* vendor/gix-ignore-*/* vendor/gix-index-*/* vendor/gix-lock-*/* vendor/gix-negotiate-*/* vendor/gix-object-*/* vendor/gix-odb-*/* vendor/gix-pack-*/* vendor/gix-packetline-*/* vendor/gix-packetline-blocking-*/* vendor/gix-path-*/* vendor/gix-pathspec-*/* vendor/gix-prompt-*/* vendor/gix-protocol-*/* vendor/gix-quote-*/* vendor/gix-ref-*/* vendor/gix-refspec-*/* vendor/gix-revision-*/* vendor/gix-revwalk-*/* vendor/gix-sec-*/* vendor/gix-submodule-*/* vendor/gix-tempfile-*/* vendor/gix-trace-*/* vendor/gix-transport-*/* vendor/gix-traverse-*/* vendor/gix-url-*/* vendor/gix-utils-*/* vendor/gix-validate-*/* vendor/gix-worktree-*/* Copyright: 2018-2024 Conor Davis 2018-2024 Jiahao XU 2018-2024 Sebastian Thiel License: MIT or Apache-2.0 Comment: see https://github.com/Byron/gitoxide Files: vendor/globset-*/* vendor/ignore-*/* vendor/same-file-*/* vendor/termcolor-*/* vendor/walkdir-*/* Copyright: 2015-2020 Andrew Gallant License: Unlicense or MIT Comment: see https://github.com/BurntSushi/same-file see https://github.com/BurntSushi/walkdir see https://github.com/BurntSushi/winapi-util see https://github.com/BurntSushi/ripgrep/tree/master/globset see https://github.com/BurntSushi/ripgrep/tree/master/ignore see https://github.com/BurntSushi/ripgrep/tree/master/termcolor Files: vendor/group-*/* Copyright: 2018-2023 Sean Bowe 2018-2023 Jack Grigg License: MIT or Apache-2.0 Comment: see https://github.com/zkcrypto/group Files: vendor/gsgdt-*/* Copyright: 2020 Vishnunarayan K I License: MIT or Apache-2.0 Comment: see https://github.com/vn-ki/gsgdt-rs Files: vendor/half-*/* Copyright: 2016-2024 Kathryn Long License: MIT OR Apache-2.0 Comment: see https://github.com/starkat99/half-rs Files: vendor/handlebars-*/* Copyright: 2014-2017 Ning Sun License: MIT Comment: see https://github.com/sunng87/handlebars-rust Files: vendor/hashbrown-*/* vendor/lock_api-*/* vendor/thread_local-*/* vendor/parking_lot-*/* vendor/parking_lot_core-*/* Copyright: 2016-2024 Amanieu d'Antras License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang/hashbrown see https://github.com/Amanieu/thread_local-rs see https://github.com/Amanieu/parking_lot see https://github.com/Amanieu/intrusive-rs Files: vendor/hash32-*/* Copyright: 2018-2025 Jorge Aparicio License: MIT OR Apache-2.0 Comment: see https://github.com/japaric/hash32 Files: vendor/hashlink-*/* Copyright: 2019-2024 kyren License: MIT OR Apache-2.0 Comment: see https://github.com/kyren/hashlink Files: vendor/heck-*/* Copyright: 2017-2018 Without Boats License: MIT OR Apache-2.0 Comment: see https://github.com/withoutboats/heck Files: vendor/heapless-*/* Copyright: 2017-2025 Jorge Aparicio 2017-2025 Per Lindgren 2017-2025 Emil Fresk License: MIT OR Apache-2.0 Comment: see https://github.com/rust-embedded/heapless Files: vendor/hex-*/* Copyright: 2015-2020 KokaKiwi License: MIT OR Apache-2.0 Comment: see https://github.com/KokaKiwi/rust-hex Files: vendor/home-*/* Copyright: 2017-2022 Brian Anderson License: MIT OR Apache-2.0 Comment: see https://github.com/brson/home Files: vendor/html5ever-*/* vendor/markup5ever-*/* Copyright: 2014-2020 The html5ever Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/servo/html5ever Files: vendor/html-escape-*/* Copyright: 2020-2023 Magic Len License: MIT Comment: see https://github.com/magiclen/html-escape Files: vendor/html_parser-0.7.0/* Copyright: 2020-2023 Mathias Iversen License: MIT Comment: see https://github.com/mathiversen/html-parser Files: vendor/http-auth-*/* Copyright: 2021-2023 Scott Lamp License: MIT or Apache-2.0 Comment: see https://github.com/scottlamb/http-auth Files: vendor/humansize-*/* Copyright: 2016-2022 Leopold Arkham License: MIT or Apache-2.0 Comment: see https://github.com/LeopoldArkham/humansize Files: vendor/humantime-*/* Copyright: 2016-2018 Paul Colomiets 2016 The humantime Developers 2016 Pyfisch 2005-2013 Rich Felker License: MIT or Apache-2.0 Files: vendor/iana-time-zone-0.*/* Copyright: 2020-2024 Andrew Straw 2020-2024 René Kijewski 2020-2024 Ryan Lopopolo License: MIT OR Apache-2.0 Comment: see https://github.com/strawlab/iana-time-zone Files: vendor/icu_collections-*/* vendor/icu_locale-2.*/* vendor/icu_locale_core-*/* vendor/icu_locale_data-2.*/* vendor/icu_normalizer-*/* vendor/icu_normalizer_data-*/* vendor/icu_properties-*/* vendor/icu_properties_data-*/* vendor/potential_utf-*/* vendor/zerotrie-*/* Copyright: 2020-2025 The ICU4X Project Developers License: Unicode-3.0 Comment: see https://github.com/unicode-org/icu4x Files: vendor/icu_list-*/* vendor/icu_provider-*/* vendor/litemap-*/* vendor/yoke-*/* vendor/yoke-derive-*/* vendor/writeable-*/* vendor/zerofrom-*/* vendor/zerofrom-derive-*/* vendor/zerovec-*/* vendor/zerovec-derive-*/* Copyright: 1999-2022 Unicode, Inc. License: Unicode-Data-Files-and-Software-License Comment: See https://github.com/unicode-org/icu4x Files: vendor/id-arena-2.2.1/* Copyright: 2018-2019 Nick Fitzgerald 2018-2019 Aleksey Kladov License: MIT OR Apache-2.0 Comment: see https://github.com/fitzgen/id-arena Files: vendor/ident_case-*/* Copyright: 2017-2021 Ted Driggs License: MIT or Apache-2.0 Comment: see https://github.com/TedDriggs/ident_case Files: vendor/idna_adapter-*/* Copyright: 2024-2025 The rust-url developers License: Apache-2.0 OR MIT Comment: see https://github.com/hsivonen/idna_adapter Files: vendor/im-rc-*/* Copyright: 2017-2022 Bodil Stokke License: MPL-2.0+ Comment: see https://github.com/bodil/im-rs Files: vendor/imara-diff-*/* Copyright: 2022-2025 pascalkuthe License: Apache-2.0 Comment: see https://github.com/pascalkuthe/imara-diff Files: vendor/indenter-*/* Copyright: 2020-2023 Jane Lusby License: MIT OR Apache-2.0 Comment: see https://github.com/yaahc/indenter Files: vendor/indexmap-*/* Copyright: 2016-2019 bluss 2016-2019 Josh Stone License: Apache-2.0 or MIT Comment: see https://github.com/bluss/indexmap Files: vendor/indoc-*/* Copyright: 2016-2022 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/indoc Files: vendor/insta-*/* Copyright: 2019-2025 Armin Ronacher License: Apache-2.0 Comment: see https://github.com/mitsuhiko/insta Files: vendor/intl_pluralrules-*/* Copyright: 2018-2021 Kekoa Riggin 2018-2021 Zibi Braniecki License: Apache-2.0 or MIT Comment: see https://github.com/zbraniecki/pluralrules Files: vendor/intrusive-collections-0.9.7/* Copyright: 2016-2024 Amanieu d'Antras License: Apache-2.0 or MIT Comment: see https://github.com/Amanieu/intrusive-rs Files: vendor/inventory-0.*/* Copyright: 2018-2025 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/inventory Files: vendor/is_executable-1.*/* Copyright: 2017-2025 Nick Fitzgerald License: Apache-2.0 OR MIT Comment: see https://github.com/fitzgen/is_executable Files: vendor/is_terminal_polyfill-1.*/* Copyright: 2023-2025 Ed Page License: MIT OR Apache-2.0 Comment: see https://github.com/polyfill-rs/is_terminal_polyfill Files: vendor/jiff-0.*/* vendor/jiff-static-*/* Copyright: 2024-2025 Andrew Gallant License: Unlicense OR MIT Comment: see https://github.com/BurntSushi/jiff Files: vendor/jod-thread-*/* Copyright: 2019-2020 Aleksey Kladov License: MIT OR Apache-2.0 Comment: see https://github.com/matklad/jod-thread Files: vendor/jsonpath-rust-*/* Copyright: 2021-2025 BorisZhguchev License: MIT Comment: see https://github.com/besok/jsonpath-rust Files: vendor/kstring-*/* Copyright: 2014-2024 Ed Page License: MIT OR Apache-2.0 Comment: see https://github.com/cobalt-org/kstring Files: vendor/la-arena-*/* Copyright: 2024 rust-analyzer team License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang/rust-analyzer/tree/master/lib/la-arena Files: vendor/lazy_static-*/* Copyright: 2014-2018 Marvin Löbel License: MIT or Apache-2.0 Comment: see https://github.com/rust-lang-nursery/lazy-static.rs see https://github.com/Kimundi/owning-ref-rs Files: vendor/leb128-*/* Copyright: 2016-2022 Nick Fitzgerald 2016-2022 Philip Craig License: Apache-2.0 or MIT Comment: see https://github.com/gimli-rs/leb128 Files: vendor/leb128fmt-*/* Copyright: 2023-2025 Bryant Luk License: MIT OR Apache-2.0 Comment: see https://github.com/bluk/leb128fmt Files: vendor/levenshtein-*/* Copyright: 2016-2021 Titus WormerLicense: MIT Comment: see https://github.com/wooorm/levenshtein-rs Files: vendor/lexopt-*/* Copyright: 2021-2025 Jan Verbeek License: MIT Comment: see https://github.com/blyxxyz/lexopt Files: vendor/libloading-*/* Copyright: 2015-2022 Simonas Kazlauskas License: ISC Comment: see https://github.com/nagisa/rust_libloading/ Files: vendor/libm-*/* Copyright: 2018-2024 Jorge Aparicio License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang-nursery/libm Files: vendor/libssh2-sys-*/* Copyright: 2014-2024 Alex Crichton 2014-2024 Wez Furlong 2014-2024 Matteo Bigoi License: MIT or Apache-2.0 Comment: see https://github.com/alexcrichton/ssh2-rs Files: vendor/libsqlite3-sys-*/* vendor/rusqlite-*/* Copyright: 2014-2024 The rusqlite developers License: MIT Comment: see https://github.com/rusqlite/rusqlite Files: vendor/libz-sys-*/* Copyright: 2014-2024 Alex Crichton 2014-2024 Josh Triplett License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang/libz-sys Files: vendor/libz-rs-sys-*/* Copyright: 2023-2025 Ruben Nijfeld 2023-2025 Folkert de Vries License: Zlib Comment: see https://github.com/trifectatechfoundation/zlib-rs Files: vendor/linereader-0.4.0/* Copyright: 2019 Thomas Hurst License: MIT Comment: see https://github.com/Freaky/rust-linereader.git Files: vendor/link-cplusplus-1.*/* Copyright: 2020-2025 David Tolnay License: MIT OR Apache-2.0 Comment: see https://github.com/dtolnay/link-cplusplus Files: vendor/linux-raw-sys-*/* Copyright: 2021-2022 Dan Gohman License: Apache-2.0 with LLVM exception OR Apache-2.0 OR MIT Comment: see https://github.com/sunfishcode/linux-raw-sys Files: vendor/lsp-types-*/* Copyright: 2016-2022 Markus Westerlind 2016-2022 Bruno Medeiros License: MIT Comment: see https://github.com/gluon-lang/lsp-types Files: vendor/mac-*/* Copyright: 2014-2017 Jonathan Reem License: MIT Comment: see https://github.com/reem/rust-mac.git Files: vendor/match_token-*/* Copyright: 2014-2025 The html5ever Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/servo/html5ever Files: vendor/matchers-*/* Copyright: 2019-2019 Eliza Weisman License: MIT Comment: see https://github.com/hawkw/matchers Files: vendor/maybe-async-*/* Copyright: 2020-2024 Guoli Lyu License: MIT Comment: see https://github.com/fMeow/maybe-async-rs Files: vendor/memfd-0.*/* Copyright: 2018-2025 Luca Bruno 2018-2025 Simonas Kazlauskas License: MIT OR Apache-2.0 Comment: see https://github.com/lucab/memfd-rs Files: vendor/mdbook-*/* Copyright: 2015-2017 Mathieu David License: MPL-2.0 Comment: see https://github.com/azerupi/mdBook Files: vendor/measureme-*/* Copyright: 2019-2020 Wesley Wiser 2019-2020 Michael Woerister License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang/measureme Files: vendor/memmap2-*/* Copyright: 2015-2021 Dan Burkert 2015-2021 Evgeniy Reizner License: MIT or Apache-2.0 Comment: see https://github.com/RazrFalcon/memmap2-rs Files: vendor/memoffset-*/* Copyright: 2017-2019 Gilad Naaman License: MIT Comment: see https://github.com/Gilnaa/memoffset Files: vendor/minifier-*/* Copyright: 2017-2018 Guillaume Gomez License: MIT Comment: see https://github.com/GuillaumeGomez/minifier-rs Files: vendor/minimal-lexical-*/* Copyright: 2020-2022 Alex Huszagh License: MIT or Apache-2.0 Comment: see https://github.com/Alexhuszagh/minimal-lexical Files: vendor/miniz_oxide-*/* Copyright: 2017-2020 Frommi License: MIT Comment: see https://github.com/Frommi/miniz_oxide Files: vendor/mio-1.*/* Copyright: 2014-2025 Carl Lerche 2014-2025 Thomas de Zeeuw 2014-2025 Tokio Contributors License: MIT Comment: see https://github.com/tokio-rs/mio Files: vendor/new_debug_unreachable-*/* Copyright: 2014-2018 Matt Brubeck 2014-2018 Jonathan Reem License: MIT Comment: see https://github.com/mbrubeck/rust-debug-unreachable Files: vendor/nix-*/* Copyright: 2014-2024 The nix-rust Project Developers License: MIT Comment: see https://github.com/nix-rust/nix Files: vendor/nohash-hasher-*/* Copyright: 2018-2020 Parity Technologies License: Apache-2.0 OR MIT Comment: see https://github.com/paritytech/nohash-hasher Files: vendor/nom-*/* Copyright: 2014-2022 contact@geoffroycouprie.com License: MIT Comment: see https://github.com/Geal/nom Files: vendor/normalize-line-endings-*/* Copyright: 2016-2018 Richard Dodd License: Apache-2.0 Comment: see https://github.com/derekdreery/normalize-line-endings Files: vendor/nu-ansi-term-*/* Copyright: 2014-2024 ogham@bsago.me 2014-2024 Ryan Scheel (Havvy) 2014-2024 Josh Triplett 2014-2024 The Nushell Project Developers License: MIT Comment: see https://github.com/nushell/nu-ansi-term Files: vendor/num-0.4.3/* Copyright: 2014-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num Files: vendor/num-bigint-0.4.6/* Copyright: 2016-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num-bigint Files: vendor/num-complex-0.4.6/* Copyright: 2016-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num-complex Files: vendor/num-conv-*/* Copyright: 2023-2023 Jacob Pratt License: MIT OR Apache-2.0 Comment: see https://github.com/jhpratt/num-conv Files: vendor/num_cpus-*/* Copyright: 2015 Sean McArthur License: MIT Comment: see https://github.com/seanmonstar/num_cpus Files: vendor/num-integer-0.1.46/* Copyright: 2016-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num-integer Files: vendor/num-iter-0.1.45/* Copyright: 2016-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num-iter Files: vendor/num-modular-0.6.1/* Copyright: 2022-2023 Jacob Zhong License: Apache-2.0 Comment: see https://github.com/cmpute/num-modular Files: vendor/num-order-1.2.0/* Copyright: 2022-2023 Jacob Zhong License: Apache-2.0 Comment: see https://github.com/cmpute/num-order Files: vendor/num-rational-0.4.2/* Copyright: 2016-2024 The Rust Project Developers License: MIT OR Apache-2.0 Comment: see https://github.com/rust-num/num-rational Files: vendor/num-traits-*/* Copyright: 2014-2018 The Rust Project Developers License: MIT or Apache-2.0 Comment: see https://github.com/rust-num/num Files: vendor/number_prefix-*/* Copyright: 2014-2020 Benjamin Sago License: MIT Comment: see https://github.com/ogham/rust-number-prefix Files: vendor/object-*/* Copyright: 2016-2020 Nick Fitzgerald 2016-2020 Philip Craig License: Apache-2.0 or MIT Comment: see https://github.com/gimli-rs/object Files: vendor/odht-*/* Copyright: 2021 Michael Woerister License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang/odht Files: vendor/once_cell-*/* Copyright: 2018-2019 Aleksey Kladov License: MIT OR Apache-2.0 Comment: see https://github.com/matklad/once_cell Files: vendor/onig-*/* vendor/onig_sys-*/* Copyright: 2015-2025 Will Speak 2015-2025 Ivan Ivashchenko License: MIT Comment: see https://github.com/iwillspeak/rust-onig Files: vendor/oorandom-*/* Copyright: 2019-2021 Simon Heath License: MIT Comment: see https://sr.ht/~icefox/oorandom/ Files: vendor/opener-*/* Copyright: 2018-2024 Brian Bowman License: MIT OR Apache-2.0 Comment: see https://github.com/Seeker14491/opener Files: vendor/openssl-probe-*/* Copyright: 2016-2022 Alex Crichton License: MIT or Apache-2.0 Comment: see https://github.com/sfackler/rust-openssl Files: vendor/openssl-sys-*/* Copyright: 2011-2024 Alex Crichton 2011-2024 Steven Fackler License: MIT Comment: see https://github.com/sfackler/rust-openssl Files: vendor/option-ext-0.2.0/* Copyright: 2022-2023 Simon Ochsenreither License: MPL-2.0 Comment: see https://github.com/soc/option-ext.git Files: vendor/ordered-float-*/* Copyright: 2014-2024 Jonathan Reem 2014-2024 Matt Brubeck License: MIT Comment: see https://github.com/reem/rust-ordered-float Files: vendor/orion-*/* Copyright: 2018-2024 brycx License: MIT Comment: see https://github.com/orion-rs/orion Files: vendor/os_info-*/* Copyright: 2015-2024 Jan Schulte 2015-2024 Stanislav Tkach License: MIT Comment: see https://github.com/stanislav-tkach/os_info Files: vendor/overload-*/* Copyright: 2019-2022 Daniel Salvadori License: MIT Comment: see https://github.com/danaugrs/overload Files: vendor/owo-colors-*/* Copyright: 2020-2024 jam1garner <8260240+jam1garner@users.noreply.github.com> License: MIT Comment: see https://github.com/jam1garner/owo-colors Files: vendor/papergrid-*/* Copyright: 2020-2024 Maxim Zhiburt License: MIT Comment: see https://github.com/zhiburt/tabled Files: vendor/partial_ref-*/* vendor/partial_ref_derive-*/* Copyright: 2018-2021 Jannis Harder License: MIT or Apache-2.0 Comment: see https://github.com/jix/partial_ref Files: vendor/pasetors-*/* Copyright: 2020-2024 brycx License: MIT Comment: see https://github.com/brycx/pasetors Files: vendor/pathdiff-*/* Copyright: 2017-2020 Manish Goregaokar License: MIT or Apache-2.0 Comment: see https://github.com/Manishearth/pathdiff Files: vendor/perf-event-*/* vendor/perf-event-open-sys-*/* Copyright: 2019-2022 Jim Blandy License: MIT OR Apache-2.0 Comment: see https://github.com/jimblandy/perf-event.git Files: vendor/pest-*/* vendor/pest_derive-*/* vendor/pest_generator-*/* vendor/pest_meta-*/* Copyright: 2016-2019 Dragoș Tiselice License: MIT or Apache-2.0 Comment: see https://github.com/dragostis/pest see https://github.com/pest-parser/pest Files: vendor/polib-0.2.0/* Copyright: 2022-2023 Brett Dong License: MIT Comment: see https://github.com/brettdong/polib Files: vendor/polonius-engine-*/* Copyright: 2018-2018 The Rust Project Developers 2018-2018 Polonius Developers License: Apache-2.0 or MIT Comment: see https://github.com/rust-lang-nursery/polonius Files: vendor/postcard-1.*/* Copyright: 2019-2025 James Munns License: MIT OR Apache-2.0 Comment: see https://github.com/jamesmunns/postcard Files: vendor/phf-*/* vendor/phf_codegen-*/* vendor/phf_generator-*/* vendor/phf_macros-*/* vendor/phf_shared-*/* Copyright: 2014-2025 Steven Fackler License: MIT Comment: see https://github.com/rust-phf/rust-phf Files: vendor/pin-project-lite-*/* Copyright: 2018-2021 Taiki Endo License: Apache-2.0 or MIT Comment: see https://github.com/taiki-e/pin-project-lite Files: vendor/pin-utils-*/* Copyright: 2018-2022 Josef Brandl License: MIT OR Apache-2.0 Comment: see https://github.com/rust-lang-nursery/pin-utils Files: vendor/plotters-*/* vendor/plotters-backend-*/* vendor/plotters-svg-*/* Copyright: 2019-2024 Hao Hou License: MIT Comment: see https://github.com/plotters-rs/plotters Files: vendor/portable-atomic-1.*/* Copyright: 2022 Taiki Endo License: Apache-2.0 OR MIT Comment: see https://github.com/taiki-e/portable-atomic Files: vendor/powerfmt-*/* Copyright: 2023-2024 Jacob Pratt License: MIT OR Apache-2.0 Comment: see https://github.com/jhpratt/powerfmt Files: vendor/ppv-lite86-*/* Copyright: 2019-2019 The CryptoCorrosion Contributors License: MIT or Apache-2.0 Comment: see https://github.com/cryptocorrosion/cryptocorrosion Files: vendor/precomputed-hash-*/* Copyright: 2017-2017 Emilio Cobos Álvarez License: MIT Comment: see https://github.com/emilio/precomputed-hash Files: vendor/pretty_assertions-*/* Copyright: 2017-2022 Colin Kiegel 2017-2022 Florent Fayolle 2017-2022 Tom Milligan