1 # This file contains vendoring instructions for cargo.
2 # It was generated by `mach vendor rust`.
5 [source."https://github.com/shravanrn/nix/"]
6 git = "https://github.com/shravanrn/nix/"
7 replace-with = "vendored-sources"
8 rev = "4af6c367603869a30fddb5ffb0aba2b9477ba92e"
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 = "85551909b95a5cf553a85dbcddfa5f117cfbbe0e"
15 [source."https://github.com/mozilla/neqo"]
16 git = "https://github.com/mozilla/neqo"
17 replace-with = "vendored-sources"
20 [source."https://github.com/mozilla/mp4parse-rust"]
21 git = "https://github.com/mozilla/mp4parse-rust"
22 replace-with = "vendored-sources"
23 rev = "1bb484e96ae724309e3346968e8ffd4c25e61616"
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 = "c87b50aebfa088c1ad30c74819d4e9829f88b2e3"
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 = "ad56ea14ac915f1e7ecbcf6ac38182443b0dd29e"
35 [source."https://github.com/mozilla/audioipc-2"]
36 git = "https://github.com/mozilla/audioipc-2"
37 replace-with = "vendored-sources"
38 rev = "7537bfadad2e981577eb75e4f13662fc517e1a09"
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 = "a45ca99e5be2062780032152a6daf94f29a307d3"
50 [source."https://github.com/kvark/spirv_cross"]
52 git = "https://github.com/kvark/spirv_cross"
53 replace-with = "vendored-sources"
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/ashmem-rs"]
61 git = "https://github.com/kinetiknz/ashmem-rs"
62 replace-with = "vendored-sources"
63 rev = "e47f470a54193532d60057ec54f864e06aeaff36"
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 = "6a16f954950401b92b4e220fbf2dfaf6f00e1fb2"
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 = "302c995f91f44cf26e77dc4758ad56c3ff0153ad"
85 [source."https://github.com/gfx-rs/naga"]
86 git = "https://github.com/gfx-rs/naga"
87 replace-with = "vendored-sources"
90 [source."https://github.com/gfx-rs/gfx"]
91 git = "https://github.com/gfx-rs/gfx"
92 replace-with = "vendored-sources"
93 rev = "27a1dae3796d33d23812f2bb8c7e3b5aea18b521"
95 [source."https://github.com/bytecodealliance/wasmtime"]
96 git = "https://github.com/bytecodealliance/wasmtime"
97 replace-with = "vendored-sources"
98 rev = "824fa69756523f2b6d49029fe25de94130b1f144"
100 [source."https://github.com/PLSysSec/rlbox_lucet_sandbox/"]
101 git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/"
102 replace-with = "vendored-sources"
103 rev = "5c8e79048d3ff6f434109e19d4aee4ff8624d3d7"
105 [source."https://github.com/PLSysSec/lucet_sandbox_compiler"]
106 git = "https://github.com/PLSysSec/lucet_sandbox_compiler"
107 replace-with = "vendored-sources"
108 rev = "d582d76bf0d17984501f3933688bf7a1eb5cf208"
111 replace-with = "vendored-sources"
113 # Take advantage of the fact that cargo will treat lines starting with #
114 # as comments to add preprocessing directives. This file can thus by copied
115 # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there
116 # (for e.g. independent tasks building rust code), or be preprocessed by
117 # the build system to produce a .cargo/config with the right content.
118 #define REPLACE_NAME vendored-sources
119 #define VENDORED_DIRECTORY third_party/rust
120 # We explicitly exclude the following section when preprocessing because
121 # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and
124 [source.vendored-sources]
125 directory = "third_party/rust"
128 # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so
129 # cargo will ignore it when it's here verbatim.
131 [source."@REPLACE_NAME@"]
132 directory = "@top_srcdir@/@VENDORED_DIRECTORY@"