# This file contains vendoring instructions for cargo. # It was generated by `mach vendor rust`. # Please do not edit. [source."https://github.com/msirringhaus/minidump_writer_linux.git"] git = "https://github.com/msirringhaus/minidump_writer_linux.git" replace-with = "vendored-sources" rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852" [source."https://github.com/mozilla/neqo"] git = "https://github.com/mozilla/neqo" replace-with = "vendored-sources" tag = "v0.5.6" [source."https://github.com/mozilla/mp4parse-rust"] git = "https://github.com/mozilla/mp4parse-rust" replace-with = "vendored-sources" rev = "3bfc47d9a571d0842676043ba60716318e946c06" [source."https://github.com/mozilla/midir.git"] git = "https://github.com/mozilla/midir.git" replace-with = "vendored-sources" rev = "4c11f0ffb5d6a10de4aff40a7b81218b33b94e6f" [source."https://github.com/mozilla/l10nregistry-rs.git"] git = "https://github.com/mozilla/l10nregistry-rs.git" replace-with = "vendored-sources" rev = "9da98c6e5325a5f2997191727eaa82c0ebc2004c" [source."https://github.com/mozilla/cubeb-pulse-rs"] git = "https://github.com/mozilla/cubeb-pulse-rs" replace-with = "vendored-sources" rev = "f2456201dbfdc467b80f0ff6bbb1b8a6faf7df02" [source."https://github.com/mozilla/cubeb-coreaudio-rs"] git = "https://github.com/mozilla/cubeb-coreaudio-rs" replace-with = "vendored-sources" rev = "dea28d0c7d9952bbf430701ee244f6a4349c98f1" [source."https://github.com/mozilla/audioipc-2"] git = "https://github.com/mozilla/audioipc-2" replace-with = "vendored-sources" rev = "515bb210a93f520642fd3a60f391652680b3e988" [source."https://github.com/mozilla/application-services"] git = "https://github.com/mozilla/application-services" replace-with = "vendored-sources" rev = "c51b63595a27a6ef45161012323e0261475c10c9" [source."https://github.com/mozilla-spidermonkey/jsparagus"] git = "https://github.com/mozilla-spidermonkey/jsparagus" replace-with = "vendored-sources" rev = "a1a6ba41f0c610ebe751639f25f037474ca52941" [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/audioipc-2"] git = "https://github.com/kinetiknz/audioipc-2" replace-with = "vendored-sources" rev = "978b4082bdc7d8e1aa58dd49e45cdc81beacb333" [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 = "8b4bd7d8229660a749dbe419a57ea01df9de5453" [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 = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b" [source."https://github.com/grovesNL/glow"] git = "https://github.com/grovesNL/glow" replace-with = "vendored-sources" rev = "5851ca6" [source."https://github.com/gfx-rs/wgpu"] git = "https://github.com/gfx-rs/wgpu" replace-with = "vendored-sources" rev = "1e593a6" [source."https://github.com/gfx-rs/naga"] git = "https://github.com/gfx-rs/naga" replace-with = "vendored-sources" rev = "8ffd6ba" [source."https://github.com/chris-zen/coremidi.git"] git = "https://github.com/chris-zen/coremidi.git" replace-with = "vendored-sources" rev = "fc68464b5445caf111e41f643a2e69ccce0b4f83" [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@"