Bug 1728955: part 5) Add missing `// static` comment to `nsClipboard::CreateNativeDat...
[gecko.git] / .cargo / config.in
blob8050118113d454c110b72c05fcf857f7e02d9a09
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.4.32"
15 [source."https://github.com/mozilla/mp4parse-rust"]
16 git = "https://github.com/mozilla/mp4parse-rust"
17 replace-with = "vendored-sources"
18 rev = "2dcd3d84424a02c167ac40e535a9e3231252d6c1"
20 [source."https://github.com/mozilla/l10nregistry-rs"]
21 git = "https://github.com/mozilla/l10nregistry-rs"
22 replace-with = "vendored-sources"
23 rev = "a69df9836b1ef536727195209013b9ad6b132618"
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 = "3ad5978575f501ab10b1753626f176f1bba3f584"
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 = "4ee3b283182926f9a8bb31d603219ff2db70d2fd"
35 [source."https://github.com/mozilla/audioipc-2"]
36 git = "https://github.com/mozilla/audioipc-2"
37 replace-with = "vendored-sources"
38 rev = "8bb1a227fbaa5677458bcd876162b65307df38c2"
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 = "2e56bb9bae5d8211137980a717ee991cc4a5eb98"
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 = "6a16f954950401b92b4e220fbf2dfaf6f00e1fb2"
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 = "d23288e"
89 [source."https://github.com/gfx-rs/naga"]
90 git = "https://github.com/gfx-rs/naga"
91 replace-with = "vendored-sources"
92 rev = "93db57c"
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@"