Bug 1733615 [wpt PR 31058] - Update wpt metadata, a=testonly
[gecko.git] / .cargo / config.in
blobfa09ccb78a73be5344634635581bfe574fba492c
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/msirringhaus/minidump_writer_linux.git"]
6 git = "https://github.com/msirringhaus/minidump_writer_linux.git"
7 replace-with = "vendored-sources"
8 rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852"
10 [source."https://github.com/mozilla/neqo"]
11 git = "https://github.com/mozilla/neqo"
12 replace-with = "vendored-sources"
13 tag = "v0.5.3"
15 [source."https://github.com/mozilla/mp4parse-rust"]
16 git = "https://github.com/mozilla/mp4parse-rust"
17 replace-with = "vendored-sources"
18 rev = "72eb355ddeada541d7e57dbe5fb60eb5124dea0d"
20 [source."https://github.com/mozilla/l10nregistry-rs"]
21 git = "https://github.com/mozilla/l10nregistry-rs"
22 replace-with = "vendored-sources"
23 rev = "fd02134161505f978e132114cbabdac057ce3b71"
25 [source."https://github.com/mozilla/cubeb-pulse-rs"]
26 git = "https://github.com/mozilla/cubeb-pulse-rs"
27 replace-with = "vendored-sources"
28 rev = "e9e55a4529642da99e64452467ecaef9f7753531"
30 [source."https://github.com/mozilla/cubeb-coreaudio-rs"]
31 git = "https://github.com/mozilla/cubeb-coreaudio-rs"
32 replace-with = "vendored-sources"
33 rev = "afe2077961cd50b908a7d609e2172d281c484f77"
35 [source."https://github.com/mozilla/audioipc-2"]
36 git = "https://github.com/mozilla/audioipc-2"
37 replace-with = "vendored-sources"
38 rev = "fce878ff15f4e1dba1e5b54f82460af605fb4d14"
40 [source."https://github.com/mozilla/application-services"]
41 git = "https://github.com/mozilla/application-services"
42 replace-with = "vendored-sources"
43 rev = "8a576fbe79199fa8664f64285524017f74ebcc5f"
45 [source."https://github.com/mozilla-spidermonkey/jsparagus"]
46 git = "https://github.com/mozilla-spidermonkey/jsparagus"
47 replace-with = "vendored-sources"
48 rev = "ecc433935118a4ff22d33c4fe7c625a5d0bfb571"
50 [source."https://github.com/kvark/dummy-web"]
51 git = "https://github.com/kvark/dummy-web"
52 replace-with = "vendored-sources"
54 [source."https://github.com/kinetiknz/mio-named-pipes"]
55 git = "https://github.com/kinetiknz/mio-named-pipes"
56 replace-with = "vendored-sources"
57 rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321"
59 [source."https://github.com/kinetiknz/ashmem-rs"]
60 git = "https://github.com/kinetiknz/ashmem-rs"
61 replace-with = "vendored-sources"
62 rev = "e47f470a54193532d60057ec54f864e06aeaff36"
64 [source."https://github.com/jfkthame/mapped_hyph.git"]
65 git = "https://github.com/jfkthame/mapped_hyph.git"
66 replace-with = "vendored-sources"
67 rev = "746743227485a83123784df0c53227ab466612ed"
69 [source."https://github.com/hsivonen/packed_simd"]
70 git = "https://github.com/hsivonen/packed_simd"
71 replace-with = "vendored-sources"
72 rev = "8b4bd7d8229660a749dbe419a57ea01df9de5453"
74 [source."https://github.com/hsivonen/chardetng_c"]
75 git = "https://github.com/hsivonen/chardetng_c"
76 replace-with = "vendored-sources"
77 rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"
79 [source."https://github.com/hsivonen/chardetng"]
80 git = "https://github.com/hsivonen/chardetng"
81 replace-with = "vendored-sources"
82 rev = "302c995f91f44cf26e77dc4758ad56c3ff0153ad"
84 [source."https://github.com/gfx-rs/wgpu"]
85 git = "https://github.com/gfx-rs/wgpu"
86 replace-with = "vendored-sources"
87 rev = "37288a6"
89 [source."https://github.com/gfx-rs/naga"]
90 git = "https://github.com/gfx-rs/naga"
91 replace-with = "vendored-sources"
92 rev = "e226cf3"
94 [source."https://github.com/bytecodealliance/wasmtime"]
95 git = "https://github.com/bytecodealliance/wasmtime"
96 replace-with = "vendored-sources"
97 rev = "824fa69756523f2b6d49029fe25de94130b1f144"
99 [source.crates-io]
100 replace-with = "vendored-sources"
102 # Take advantage of the fact that cargo will treat lines starting with #
103 # as comments to add preprocessing directives. This file can thus by copied
104 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
105 # (for e.g. independent tasks building rust code), or be preprocessed by
106 # the build system to produce a .cargo/config with the right content.
107 #define REPLACE_NAME vendored-sources
108 #define VENDORED_DIRECTORY third_party/rust
109 # We explicitly exclude the following section when preprocessing because
110 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
111 # cargo would fail.
112 #ifndef REPLACE_NAME
113 [source.vendored-sources]
114 directory = "third_party/rust"
115 #endif
117 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
118 # cargo will ignore it when it's here verbatim.
119 #filter substitution
120 [source."@REPLACE_NAME@"]
121 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"