# This file contains vendoring instructions for cargo. # It was generated by `mach vendor rust`. # Please do not edit. [source."https://github.com/shravanrn/nix/"] branch = "r0.13.1" git = "https://github.com/shravanrn/nix/" replace-with = "vendored-sources" [source."https://github.com/mozilla/rkv"] git = "https://github.com/mozilla/rkv" replace-with = "vendored-sources" rev = "6a866fdad2ca880df9b87fcbc9921abac1e91914" [source."https://github.com/mozilla/neqo"] git = "https://github.com/mozilla/neqo" replace-with = "vendored-sources" tag = "v0.1.7" [source."https://github.com/kvark/spirv_cross"] branch = "wgpu" git = "https://github.com/kvark/spirv_cross" replace-with = "vendored-sources" [source."https://github.com/jfkthame/mapped_hyph.git"] git = "https://github.com/jfkthame/mapped_hyph.git" replace-with = "vendored-sources" tag = "v0.3.0" [source."https://github.com/hsivonen/packed_simd"] branch = "rust_1_32" git = "https://github.com/hsivonen/packed_simd" replace-with = "vendored-sources" [source."https://github.com/djg/cubeb-pulse-rs"] git = "https://github.com/djg/cubeb-pulse-rs" replace-with = "vendored-sources" rev = "8069f8f4189982e0b38fa6dc8993dd4fab41f728" [source."https://github.com/bytecodealliance/cranelift"] git = "https://github.com/bytecodealliance/cranelift" replace-with = "vendored-sources" rev = "ec787eb281bb2e18e191508c17abe694e91f0677" [source."https://github.com/alexcrichton/mio-named-pipes"] branch = "master" git = "https://github.com/alexcrichton/mio-named-pipes" replace-with = "vendored-sources" [source."https://github.com/PLSysSec/rlbox_lucet_sandbox/"] git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/" replace-with = "vendored-sources" rev = "5f8bca975d8206e4837786d6bdb57a5c2fbd4016" [source."https://github.com/PLSysSec/lucet_sandbox_compiler"] git = "https://github.com/PLSysSec/lucet_sandbox_compiler" replace-with = "vendored-sources" rev = "58498599272e23ef797bb4304d0f181d7455ca57" [source."https://github.com/NikVolf/tokio-named-pipes"] branch = "stable" git = "https://github.com/NikVolf/tokio-named-pipes" replace-with = "vendored-sources" [source."https://github.com/ChunMinChang/cubeb-coreaudio-rs"] git = "https://github.com/ChunMinChang/cubeb-coreaudio-rs" replace-with = "vendored-sources" rev = "acb90e9bf36e6e035ac6bbe51efa0a8825b5b6be" [source.crates-io] replace-with = "vendored-sources" # Take advantage of the fact that cargo will treat lines starting with # # as comments to add preprocessing directives. This file can thus by copied # as-is to $topsrcdir/.cargo/config with no preprocessing to be used there # (for e.g. independent tasks building rust code), or be preprocessed by # the build system to produce a .cargo/config with the right content. #define REPLACE_NAME vendored-sources #define VENDORED_DIRECTORY third_party/rust # We explicitly exclude the following section when preprocessing because # it would overlap with the preprocessed [source."@REPLACE_NAME@"], and # cargo would fail. #ifndef REPLACE_NAME [source.vendored-sources] directory = "third_party/rust" #endif # Thankfully, @REPLACE_NAME@ is unlikely to be a legitimate source, so # cargo will ignore it when it's here verbatim. #filter substitution [source."@REPLACE_NAME@"] directory = "@top_srcdir@/@VENDORED_DIRECTORY@"