Bug 1760643 [wpt PR 33253] - Update wpt metadata, a=testonly
[gecko.git] / .cargo / config.in
blob1c4008d9a49a848494fc2c949110b7b1114ca5a1
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/smol-rs/async-task"]
6 git = "https://github.com/smol-rs/async-task"
7 replace-with = "vendored-sources"
8 rev = "f6488e35beccb26eb6e85847b02aa78a42cd3d0e"
10 [source."https://github.com/msirringhaus/minidump_writer_linux.git"]
11 git = "https://github.com/msirringhaus/minidump_writer_linux.git"
12 replace-with = "vendored-sources"
13 rev = "029ac0d54b237f27dc7d8d4e51bc0fb076e5e852"
15 [source."https://github.com/mozilla/neqo"]
16 git = "https://github.com/mozilla/neqo"
17 replace-with = "vendored-sources"
18 tag = "v0.5.7"
20 [source."https://github.com/mozilla/mp4parse-rust"]
21 git = "https://github.com/mozilla/mp4parse-rust"
22 replace-with = "vendored-sources"
23 rev = "3bfc47d9a571d0842676043ba60716318e946c06"
25 [source."https://github.com/mozilla/midir.git"]
26 git = "https://github.com/mozilla/midir.git"
27 replace-with = "vendored-sources"
28 rev = "4c11f0ffb5d6a10de4aff40a7b81218b33b94e6f"
30 [source."https://github.com/mozilla/cubeb-pulse-rs"]
31 git = "https://github.com/mozilla/cubeb-pulse-rs"
32 replace-with = "vendored-sources"
33 rev = "df4dc0288b07b865440f4c7e41ca49ca9ccffc63"
35 [source."https://github.com/mozilla/cubeb-coreaudio-rs"]
36 git = "https://github.com/mozilla/cubeb-coreaudio-rs"
37 replace-with = "vendored-sources"
38 rev = "e012b2151fb6f0ffd50e91baa7756e77a3c416d9"
40 [source."https://github.com/mozilla/audioipc-2"]
41 git = "https://github.com/mozilla/audioipc-2"
42 replace-with = "vendored-sources"
43 rev = "c144368c4e084ec0f076af6262970655c2d99e8d"
45 [source."https://github.com/mozilla/application-services"]
46 git = "https://github.com/mozilla/application-services"
47 replace-with = "vendored-sources"
48 rev = "c51b63595a27a6ef45161012323e0261475c10c9"
50 [source."https://github.com/mozilla-spidermonkey/jsparagus"]
51 git = "https://github.com/mozilla-spidermonkey/jsparagus"
52 replace-with = "vendored-sources"
53 rev = "f856904f19032afb4d3920f6827b2349ba5dd647"
55 [source."https://github.com/kinetiknz/mio-named-pipes"]
56 git = "https://github.com/kinetiknz/mio-named-pipes"
57 replace-with = "vendored-sources"
58 rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321"
60 [source."https://github.com/kinetiknz/audioipc-2"]
61 git = "https://github.com/kinetiknz/audioipc-2"
62 replace-with = "vendored-sources"
63 rev = "85e9839059f4bf8f68130825b8fd02c39a6a51b9"
65 [source."https://github.com/jfkthame/mapped_hyph.git"]
66 git = "https://github.com/jfkthame/mapped_hyph.git"
67 replace-with = "vendored-sources"
68 rev = "746743227485a83123784df0c53227ab466612ed"
70 [source."https://github.com/hsivonen/packed_simd"]
71 git = "https://github.com/hsivonen/packed_simd"
72 replace-with = "vendored-sources"
73 rev = "8b4bd7d8229660a749dbe419a57ea01df9de5453"
75 [source."https://github.com/hsivonen/chardetng_c"]
76 git = "https://github.com/hsivonen/chardetng_c"
77 replace-with = "vendored-sources"
78 rev = "ed8a4c6f900a90d4dbc1d64b856e61490a1c3570"
80 [source."https://github.com/hsivonen/chardetng"]
81 git = "https://github.com/hsivonen/chardetng"
82 replace-with = "vendored-sources"
83 rev = "3484d3e3ebdc8931493aa5df4d7ee9360a90e76b"
85 [source."https://github.com/gfx-rs/wgpu"]
86 git = "https://github.com/gfx-rs/wgpu"
87 replace-with = "vendored-sources"
88 rev = "6bc896f"
90 [source."https://github.com/gfx-rs/naga"]
91 git = "https://github.com/gfx-rs/naga"
92 replace-with = "vendored-sources"
93 rev = "c0b7ac7"
95 [source."https://github.com/gfx-rs/metal-rs"]
96 git = "https://github.com/gfx-rs/metal-rs"
97 replace-with = "vendored-sources"
98 rev = "140c8f4"
100 [source."https://github.com/chris-zen/coremidi.git"]
101 git = "https://github.com/chris-zen/coremidi.git"
102 replace-with = "vendored-sources"
103 rev = "fc68464b5445caf111e41f643a2e69ccce0b4f83"
105 [source.crates-io]
106 replace-with = "vendored-sources"
108 # Take advantage of the fact that cargo will treat lines starting with #
109 # as comments to add preprocessing directives. This file can thus by copied
110 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
111 # (for e.g. independent tasks building rust code), or be preprocessed by
112 # the build system to produce a .cargo/config with the right content.
113 #define REPLACE_NAME vendored-sources
114 #define VENDORED_DIRECTORY third_party/rust
115 # We explicitly exclude the following section when preprocessing because
116 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
117 # cargo would fail.
118 #ifndef REPLACE_NAME
119 [source.vendored-sources]
120 directory = "third_party/rust"
121 #endif
123 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
124 # cargo will ignore it when it's here verbatim.
125 #filter substitution
126 [source."@REPLACE_NAME@"]
127 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"