Bug 1746870: part 1) Minorly extend documentation in <jsactors.rst>. r=hsivonen
[gecko.git] / .cargo / config.in
blobb9d722a11ff54c283c0f7d0a120daf7de8a8658c
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.6"
15 [source."https://github.com/mozilla/mp4parse-rust"]
16 git = "https://github.com/mozilla/mp4parse-rust"
17 replace-with = "vendored-sources"
18 rev = "3bfc47d9a571d0842676043ba60716318e946c06"
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 = "f2456201dbfdc467b80f0ff6bbb1b8a6faf7df02"
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 = "dea28d0c7d9952bbf430701ee244f6a4349c98f1"
35 [source."https://github.com/mozilla/audioipc-2"]
36 git = "https://github.com/mozilla/audioipc-2"
37 replace-with = "vendored-sources"
38 rev = "515bb210a93f520642fd3a60f391652680b3e988"
40 [source."https://github.com/mozilla/application-services"]
41 git = "https://github.com/mozilla/application-services"
42 replace-with = "vendored-sources"
43 rev = "c51b63595a27a6ef45161012323e0261475c10c9"
45 [source."https://github.com/mozilla-spidermonkey/jsparagus"]
46 git = "https://github.com/mozilla-spidermonkey/jsparagus"
47 replace-with = "vendored-sources"
48 rev = "23a37b0881b20f923f952b3c0648f2cd4a6acc9f"
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/audioipc-2"]
60 git = "https://github.com/kinetiknz/audioipc-2"
61 replace-with = "vendored-sources"
62 rev = "e9eac9d7fe3ea93261f8f277cdbefd15b9418edd"
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 = "28ba9d8"
89 [source."https://github.com/gfx-rs/naga"]
90 git = "https://github.com/gfx-rs/naga"
91 replace-with = "vendored-sources"
92 rev = "29571cc"
94 [source.crates-io]
95 replace-with = "vendored-sources"
97 # Take advantage of the fact that cargo will treat lines starting with #
98 # as comments to add preprocessing directives. This file can thus by copied
99 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
100 # (for e.g. independent tasks building rust code), or be preprocessed by
101 # the build system to produce a .cargo/config with the right content.
102 #define REPLACE_NAME vendored-sources
103 #define VENDORED_DIRECTORY third_party/rust
104 # We explicitly exclude the following section when preprocessing because
105 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
106 # cargo would fail.
107 #ifndef REPLACE_NAME
108 [source.vendored-sources]
109 directory = "third_party/rust"
110 #endif
112 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
113 # cargo will ignore it when it's here verbatim.
114 #filter substitution
115 [source."@REPLACE_NAME@"]
116 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"