3 # These are the "root" crates, which we build and test as top-level targets.
4 # Their transitive dependencies and dev-dependencies are included automatically
5 # and do not need to be listed here. Their external dependencies are vendored
6 # into `third_party/rust` by `mach vendor rust`.
10 "js/src/wasm/cranelift",
12 "js/src/frontend/binast", # Code generator.
13 "security/manager/ssl/osclientcerts",
14 "testing/geckodriver",
15 "toolkit/crashreporter/rust",
16 "toolkit/library/gtest/rust",
17 "toolkit/library/rust/",
20 # Excluded crates may be built as dependencies, but won't be considered members
21 # of the workspace and their dev-dependencies won't be included.
23 # Exclude third-party code vendored into mozilla-central.
27 # Excluded because these crates have their own Cargo workspaces so they can't
28 # be included in the top-level one.
34 # Excluded because they are used only as dependencies, not top-level targets,
35 # so we don't need to vendor their dev-dependencies.
36 "dom/webauthn/u2f-hid-rs",
37 "gfx/webrender_bindings",
38 "media/mp4parse-rust/mp4parse",
39 "media/mp4parse-rust/mp4parse_capi",
40 "media/mp4parse-rust/mp4parse_fallible",
41 "xpcom/rust/gkrust_utils",
45 # Explicitly specify what our profiles use. The opt-level setting here is
46 # a total fiction; see the setup of MOZ_RUST_DEFAULT_FLAGS for what the
47 # opt-level setting will be as a result of various other configure flags.
52 debug-assertions = true
58 debug-assertions = false
63 libudev-sys = { path = "dom/webauthn/libudev-sys" }
64 packed_simd = { git = "https://github.com/hsivonen/packed_simd", branch = "rust_1_32" }
65 rlbox_lucet_sandbox = { git = "https://github.com/PLSysSec/rlbox_lucet_sandbox/", rev="997c648eb0eaeaaa7a00a9eee20431f750b4e190" }
66 nix = { git = "https://github.com/shravanrn/nix/", branch = "r0.13.1", rev="4af6c367603869a30fddb5ffb0aba2b9477ba92e" }
67 spirv_cross = { git = "https://github.com/kvark/spirv_cross", branch = "wgpu" }
69 [patch.crates-io.cranelift-codegen]
70 git = "https://github.com/bytecodealliance/cranelift"
71 rev = "4727b70b67abfa4f3ae1c276454a0da7a76e1d49"
73 [patch.crates-io.cranelift-wasm]
74 git = "https://github.com/bytecodealliance/cranelift"
75 rev = "4727b70b67abfa4f3ae1c276454a0da7a76e1d49"