# This file contains vendoring instructions for cargo. # It was generated by `mach vendor rust`. # Please do not edit. [source."https://github.com/shravanrn/nix/"] git = "https://github.com/shravanrn/nix/" replace-with = "vendored-sources" rev = "4af6c367603869a30fddb5ffb0aba2b9477ba92e" [source."https://github.com/msirringhaus/minidump_writer_linux.git"] git = "https://github.com/msirringhaus/minidump_writer_linux.git" replace-with = "vendored-sources" rev = "85551909b95a5cf553a85dbcddfa5f117cfbbe0e" [source."https://github.com/mozilla/neqo"] git = "https://github.com/mozilla/neqo" replace-with = "vendored-sources" tag = "v0.4.30" [source."https://github.com/mozilla/mp4parse-rust"] git = "https://github.com/mozilla/mp4parse-rust" replace-with = "vendored-sources" rev = "5326af6b54cec885cdb9e7be282a6db6e757b964" [source."https://github.com/mozilla/l10nregistry-rs"] git = "https://github.com/mozilla/l10nregistry-rs" replace-with = "vendored-sources" rev = "a69df9836b1ef536727195209013b9ad6b132618" [source."https://github.com/mozilla/cubeb-pulse-rs"] git = "https://github.com/mozilla/cubeb-pulse-rs" replace-with = "vendored-sources" rev = "3ad5978575f501ab10b1753626f176f1bba3f584" [source."https://github.com/mozilla/cubeb-coreaudio-rs"] git = "https://github.com/mozilla/cubeb-coreaudio-rs" replace-with = "vendored-sources" rev = "8ae48c16b637d6d9a841cf4d01de06c16b1318b0" [source."https://github.com/mozilla/audioipc-2"] git = "https://github.com/mozilla/audioipc-2" replace-with = "vendored-sources" rev = "7537bfadad2e981577eb75e4f13662fc517e1a09" [source."https://github.com/mozilla/application-services"] git = "https://github.com/mozilla/application-services" replace-with = "vendored-sources" rev = "8a576fbe79199fa8664f64285524017f74ebcc5f" [source."https://github.com/mozilla-spidermonkey/jsparagus"] git = "https://github.com/mozilla-spidermonkey/jsparagus" replace-with = "vendored-sources" rev = "eb250ba0bda3551927a447db0335a309e3f296d3" [source."https://github.com/kvark/spirv_cross"] branch = "wgpu5" git = "https://github.com/kvark/spirv_cross" replace-with = "vendored-sources" [source."https://github.com/kinetiknz/mio-named-pipes"] git = "https://github.com/kinetiknz/mio-named-pipes" replace-with = "vendored-sources" rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321" [source."https://github.com/kinetiknz/ashmem-rs"] git = "https://github.com/kinetiknz/ashmem-rs" replace-with = "vendored-sources" rev = "e47f470a54193532d60057ec54f864e06aeaff36" [source."https://github.com/jfkthame/mapped_hyph.git"] git = "https://github.com/jfkthame/mapped_hyph.git" replace-with = "vendored-sources" rev = "746743227485a83123784df0c53227ab466612ed" [source."https://github.com/hsivonen/packed_simd"] git = "https://github.com/hsivonen/packed_simd" replace-with = "vendored-sources" rev = "6a16f954950401b92b4e220fbf2dfaf6f00e1fb2" [source."https://github.com/hsivonen/chardetng_c"] git = "https://github.com/hsivonen/chardetng_c" replace-with = "vendored-sources" rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570" [source."https://github.com/hsivonen/chardetng"] git = "https://github.com/hsivonen/chardetng" replace-with = "vendored-sources" rev = "302c995f91f44cf26e77dc4758ad56c3ff0153ad" [source."https://github.com/gfx-rs/naga"] git = "https://github.com/gfx-rs/naga" replace-with = "vendored-sources" tag = "gfx-25" [source."https://github.com/gfx-rs/gfx"] git = "https://github.com/gfx-rs/gfx" replace-with = "vendored-sources" rev = "27a1dae3796d33d23812f2bb8c7e3b5aea18b521" [source."https://github.com/bytecodealliance/wasmtime"] git = "https://github.com/bytecodealliance/wasmtime" replace-with = "vendored-sources" rev = "824fa69756523f2b6d49029fe25de94130b1f144" [source.crates-io] 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 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 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@"