Bug 1667008 [wpt PR 25754] - [css-flex] Change some test expectations for image flex...
[gecko.git] / .cargo / config.in
blobfaa38b57233141a3074d860191eaf57f2c632d2f
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.11"
15 [source."https://github.com/mozilla/mp4parse-rust"]
16 git = "https://github.com/mozilla/mp4parse-rust"
17 replace-with = "vendored-sources"
18 rev = "fe9028570e44f3a725dd78bbb58428909c4618bf"
20 [source."https://github.com/mozilla/application-services"]
21 git = "https://github.com/mozilla/application-services"
22 replace-with = "vendored-sources"
23 rev = "9ba519a5739b1976f1d333923d34b7f4916b9e26"
25 [source."https://github.com/mozilla-spidermonkey/jsparagus"]
26 git = "https://github.com/mozilla-spidermonkey/jsparagus"
27 replace-with = "vendored-sources"
28 rev = "66dd1ae63d03fc2191d6c83d72c27b940c6aa4ac"
30 [source."https://github.com/kvark/spirv_cross"]
31 branch = "wgpu3"
32 git = "https://github.com/kvark/spirv_cross"
33 replace-with = "vendored-sources"
35 [source."https://github.com/kinetiknz/mio-named-pipes"]
36 git = "https://github.com/kinetiknz/mio-named-pipes"
37 replace-with = "vendored-sources"
38 rev = "21c26326f5f45f415c49eac4ba5bc41a2f961321"
40 [source."https://github.com/jfkthame/mapped_hyph.git"]
41 git = "https://github.com/jfkthame/mapped_hyph.git"
42 replace-with = "vendored-sources"
43 tag = "v0.3.0"
45 [source."https://github.com/hsivonen/packed_simd"]
46 git = "https://github.com/hsivonen/packed_simd"
47 replace-with = "vendored-sources"
48 rev = "3541e3818fdc7c2a24f87e3459151a4ce955a67a"
50 [source."https://github.com/gfx-rs/naga"]
51 git = "https://github.com/gfx-rs/naga"
52 replace-with = "vendored-sources"
53 rev = "bce6358eb1026c13d2f1c6d365af37afe8869a86"
55 [source."https://github.com/djg/cubeb-pulse-rs"]
56 git = "https://github.com/djg/cubeb-pulse-rs"
57 replace-with = "vendored-sources"
58 rev = "3224e2dee65c0726c448484d4c3c43956b9330ec"
60 [source."https://github.com/bytecodealliance/wasmtime"]
61 git = "https://github.com/bytecodealliance/wasmtime"
62 replace-with = "vendored-sources"
63 rev = "379aed8092cd1241ec7839e77d05557b1dceb234"
65 [source."https://github.com/badboy/failure"]
66 git = "https://github.com/badboy/failure"
67 replace-with = "vendored-sources"
68 rev = "64af847bc5fdcb6d2438bec8a6030812a80519a5"
70 [source."https://github.com/PLSysSec/rlbox_lucet_sandbox/"]
71 git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/"
72 replace-with = "vendored-sources"
73 rev = "ed8bac8812e9f335d5fadd0f4ece96981aba88a3"
75 [source."https://github.com/PLSysSec/lucet_sandbox_compiler"]
76 git = "https://github.com/PLSysSec/lucet_sandbox_compiler"
77 replace-with = "vendored-sources"
78 rev = "477d8fc53a64705a9d3fbcce9de92f4988558525"
80 [source."https://github.com/ChunMinChang/cubeb-coreaudio-rs"]
81 git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs"
82 replace-with = "vendored-sources"
83 rev = "91a7bb50198a9b7578d98d56e9fd32f257abb41f"
85 [source.crates-io]
86 replace-with = "vendored-sources"
88 # Take advantage of the fact that cargo will treat lines starting with #
89 # as comments to add preprocessing directives. This file can thus by copied
90 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
91 # (for e.g. independent tasks building rust code), or be preprocessed by
92 # the build system to produce a .cargo/config with the right content.
93 #define REPLACE_NAME vendored-sources
94 #define VENDORED_DIRECTORY third_party/rust
95 # We explicitly exclude the following section when preprocessing because
96 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
97 # cargo would fail.
98 #ifndef REPLACE_NAME
99 [source.vendored-sources]
100 directory = "third_party/rust"
101 #endif
103 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
104 # cargo will ignore it when it's here verbatim.
105 #filter substitution
106 [source."@REPLACE_NAME@"]
107 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"