Revision control
Copy as Markdown
Other Tools
# This file contains vendoring instructions for cargo.
# It was generated by `mach vendor rust`.
# Please do not edit.
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/FirefoxGraphics/aa-stroke?rev=5776bdfc8ad664a1503db668fab397d818a5f98a"]
rev = "5776bdfc8ad664a1503db668fab397d818a5f98a"
replace-with = "vendored-sources"
[source."git+https://github.com/FirefoxGraphics/wpf-gpu-raster?rev=99979da091fd58fba8477e7fcdf5ec0727102916"]
rev = "99979da091fd58fba8477e7fcdf5ec0727102916"
replace-with = "vendored-sources"
[source."git+https://github.com/beurdouche/mls-platform-api?rev=3acd8e7de512940207d45477a6034a38a9424652"]
rev = "3acd8e7de512940207d45477a6034a38a9424652"
replace-with = "vendored-sources"
rev = "c846691feab0f3617c3815c527402bd44d854d74"
replace-with = "vendored-sources"
[source."git+https://github.com/beurdouche/nss-gk-api?rev=e48a946811ffd64abc78de3ee284957d8d1c0d63"]
rev = "e48a946811ffd64abc78de3ee284957d8d1c0d63"
replace-with = "vendored-sources"
[source."git+https://github.com/franziskuskiefer/cose-rust?rev=43c22248d136c8b38fe42ea709d08da6355cf04b"]
rev = "43c22248d136c8b38fe42ea709d08da6355cf04b"
replace-with = "vendored-sources"
git = "https://github.com/gfx-rs/wgpu"
rev = "805c372733f17e249b7fc4271330bbb8070e0bfb"
replace-with = "vendored-sources"
[source."git+https://github.com/glandium/allocator-api2?rev=ad5f3d56a5a4519eff52af4ff85293431466ef5c"]
rev = "ad5f3d56a5a4519eff52af4ff85293431466ef5c"
replace-with = "vendored-sources"
rev = "4de89f5aa9851ceca4d40e7ac1e2759410c04324"
replace-with = "vendored-sources"
[source."git+https://github.com/hsivonen/any_all_workaround?rev=7fb1b7034c9f172aade21ee1c8554e8d8a48af80"]
rev = "7fb1b7034c9f172aade21ee1c8554e8d8a48af80"
replace-with = "vendored-sources"
rev = "a07d20273ce36146adaf76bd667dd57bd7b3508b"
replace-with = "vendored-sources"
rev = "2f0aba284677d098de14f91ffe5a9e5b9a4922c2"
replace-with = "vendored-sources"
[source."git+https://github.com/hsivonen/rust-harfbuzz?rev=9d58a23a98772a197291d04af93f7041b7093d95"]
rev = "9d58a23a98772a197291d04af93f7041b7093d95"
replace-with = "vendored-sources"
[source."git+https://github.com/jfkthame/mapped_hyph.git?rev=eff105f6ad7ec9b79816cfc1985a28e5340ad14b"]
rev = "eff105f6ad7ec9b79816cfc1985a28e5340ad14b"
replace-with = "vendored-sources"
git = "https://github.com/kinetiknz/mio"
rev = "5e8b202db39facecc343170f50a07916640a607c"
replace-with = "vendored-sources"
rev = "0339c4732ceadbc5f54898b77498c33fff0f3f90"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/cubeb-coreaudio-rs?rev=5b689a7f90086e07c271ad1cf79325ee06112ab6"]
rev = "5b689a7f90086e07c271ad1cf79325ee06112ab6"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/cubeb-pulse-rs?rev=a1936adf8e0fb0637b48436f92f833c8c48a0fee"]
rev = "a1936adf8e0fb0637b48436f92f833c8c48a0fee"
replace-with = "vendored-sources"
tag = "v0.4.0"
replace-with = "vendored-sources"
rev = "ad681ba425beb0aeba95f03e671432b4be932174"
replace-with = "vendored-sources"
rev = "54759f681f3b523e120d047adec2bb1a97152017"
replace-with = "vendored-sources"
[source."git+https://github.com/mozilla/mp4parse-rust?rev=f2d96807b8becf7485f035b393575fcfc76cec4c"]
rev = "f2d96807b8becf7485f035b393575fcfc76cec4c"
replace-with = "vendored-sources"
git = "https://github.com/mozilla/neqo"
tag = "v0.24.1"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-lang/rust-bindgen?rev=9366e0af8da529c958b4cd4fcbe492d951c86f5c"]
rev = "9366e0af8da529c958b4cd4fcbe492d951c86f5c"
replace-with = "vendored-sources"
rev = "ca612daf1c08c53abe07327cb3e6ef6e0a760f0c"
replace-with = "vendored-sources"
# Take advantage of the fact that cargo will treat lines starting with #
# as comments to add preprocessing directives. This file can thus by copied
# as-is to $topsrcdir/.cargo/config.toml with no preprocessing to be used there
# (for e.g. independent tasks building rust code), or be preprocessed by
# the build system to produce a .cargo/config.toml with the right content.
#define REPLACE_NAME vendored-sources
#define VENDORED_DIRECTORY third_party/rust
# We explicitly exclude the following section when preprocessing because
# it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
# cargo would fail.
#ifndef REPLACE_NAME
[source.vendored-sources]
directory = "third_party/rust"
#endif
# Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
# cargo will ignore it when it's here verbatim.
#filter substitution
[source."@REPLACE_NAME@"]
directory = "@top_srcdir@/@VENDORED_DIRECTORY@"