Bug 1680822 [wpt PR 26761] - Fix a crash PaintWorkletImageProvider::GetPaintRecordRes...
[gecko.git] / .cargo / config.in
blobe7efb7a917537aae5b279a340713cb2fe81def4b
1 # This file contains vendoring instructions for cargo.
2 # It was generated by `mach vendor rust`.
3 # Please do not edit.
5 [source."https://github.com/shravanrn/nix/"]
6 branch = "r0.13.1"
7 git = "https://github.com/shravanrn/nix/"
8 replace-with = "vendored-sources"
10 [source."https://github.com/mozilla/neqo"]
11 git = "https://github.com/mozilla/neqo"
12 replace-with = "vendored-sources"
13 tag = "v0.4.18"
15 [source."https://github.com/mozilla/mp4parse-rust"]
16 git = "https://github.com/mozilla/mp4parse-rust"
17 replace-with = "vendored-sources"
18 rev = "3d9efdc868ce8c5767cea28708fa6512c0ab6d17"
20 [source."https://github.com/mozilla/application-services"]
21 git = "https://github.com/mozilla/application-services"
22 replace-with = "vendored-sources"
23 rev = "8a576fbe79199fa8664f64285524017f74ebcc5f"
25 [source."https://github.com/mozilla-spidermonkey/wasmtime"]
26 git = "https://github.com/mozilla-spidermonkey/wasmtime"
27 replace-with = "vendored-sources"
28 rev = "3334d92350da40b90d2529c147db3ea44918b558"
30 [source."https://github.com/mozilla-spidermonkey/wasm-tools"]
31 git = "https://github.com/mozilla-spidermonkey/wasm-tools"
32 replace-with = "vendored-sources"
33 rev = "1b7763faa484e62752538b78e7a69883f4faceee"
35 [source."https://github.com/mozilla-spidermonkey/regalloc.rs"]
36 git = "https://github.com/mozilla-spidermonkey/regalloc.rs"
37 replace-with = "vendored-sources"
38 rev = "fc5d1d33317b0fbd36725757f80a95127eff5109"
40 [source."https://github.com/mozilla-spidermonkey/jsparagus"]
41 git = "https://github.com/mozilla-spidermonkey/jsparagus"
42 replace-with = "vendored-sources"
43 rev = "d910c7a0f2f836cc70ed14bb92b8d0437b4e4a24"
45 [source."https://github.com/kvark/spirv_cross"]
46 branch = "wgpu4"
47 git = "https://github.com/kvark/spirv_cross"
48 replace-with = "vendored-sources"
50 [source."https://github.com/kinetiknz/mio-named-pipes"]
51 git = "https://github.com/kinetiknz/mio-named-pipes"
52 replace-with = "vendored-sources"
53 rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321"
55 [source."https://github.com/jfkthame/mapped_hyph.git"]
56 git = "https://github.com/jfkthame/mapped_hyph.git"
57 replace-with = "vendored-sources"
58 rev = "578d7058a638c955a597f035ce1a11049c3021d7"
60 [source."https://github.com/hsivonen/packed_simd"]
61 git = "https://github.com/hsivonen/packed_simd"
62 replace-with = "vendored-sources"
63 rev = "0917fe780032a6bbb23d71be545f9c1834128d75"
65 [source."https://github.com/hsivonen/chardetng"]
66 git = "https://github.com/hsivonen/chardetng"
67 replace-with = "vendored-sources"
68 rev = "7d5e0608d3e012bdfea3bd199111e3546607dd31"
70 [source."https://github.com/gfx-rs/naga"]
71 git = "https://github.com/gfx-rs/naga"
72 replace-with = "vendored-sources"
73 rev = "4d4e1cd4cbfad2b81264a7239a336b6ec1346611"
75 [source."https://github.com/djg/cubeb-pulse-rs"]
76 git = "https://github.com/djg/cubeb-pulse-rs"
77 replace-with = "vendored-sources"
78 rev = "bf31534d08b2c16fb5e4c5834944ae3271efbd63"
80 [source."https://github.com/badboy/failure"]
81 git = "https://github.com/badboy/failure"
82 replace-with = "vendored-sources"
83 rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5"
85 [source."https://github.com/PLSysSec/rlbox_lucet_sandbox/"]
86 git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/"
87 replace-with = "vendored-sources"
88 rev = "f3cace4fb8b53db0849c62af4fa62bade5a620f7"
90 [source."https://github.com/PLSysSec/lucet_sandbox_compiler"]
91 git = "https://github.com/PLSysSec/lucet_sandbox_compiler"
92 replace-with = "vendored-sources"
93 rev = "cd07861d1c92147b35b538e6f94fde7d1986f9ad"
95 [source."https://github.com/ChunMinChang/cubeb-coreaudio-rs"]
96 git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs"
97 replace-with = "vendored-sources"
98 rev = "1e1222d6213e28eabd7f4302d00765ae1153a31e"
100 [source.crates-io]
101 replace-with = "vendored-sources"
103 # Take advantage of the fact that cargo will treat lines starting with #
104 # as comments to add preprocessing directives. This file can thus by copied
105 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
106 # (for e.g. independent tasks building rust code), or be preprocessed by
107 # the build system to produce a .cargo/config with the right content.
108 #define REPLACE_NAME vendored-sources
109 #define VENDORED_DIRECTORY third_party/rust
110 # We explicitly exclude the following section when preprocessing because
111 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
112 # cargo would fail.
113 #ifndef REPLACE_NAME
114 [source.vendored-sources]
115 directory = "third_party/rust"
116 #endif
118 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
119 # cargo will ignore it when it's here verbatim.
120 #filter substitution
121 [source."@REPLACE_NAME@"]
122 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"