Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / rayon / Cargo.toml
blob4a208bc779c6c09ea6f452adeb6cc1cf36ead57a
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2021"
14 rust-version = "1.56"
15 name = "rayon"
16 version = "1.6.1"
17 authors = [
18     "Niko Matsakis <niko@alum.mit.edu>",
19     "Josh Stone <cuviper@gmail.com>",
21 exclude = [
22     "/ci/*",
23     "/scripts/*",
24     "/.github/*",
25     "/bors.toml",
27 description = "Simple work-stealing parallelism for Rust"
28 documentation = "https://docs.rs/rayon/"
29 readme = "README.md"
30 keywords = [
31     "parallel",
32     "thread",
33     "concurrency",
34     "join",
35     "performance",
37 categories = ["concurrency"]
38 license = "MIT OR Apache-2.0"
39 repository = "https://github.com/rayon-rs/rayon"
41 [dependencies.either]
42 version = "1.0"
43 default-features = false
45 [dependencies.rayon-core]
46 version = "1.10.0"
48 [dev-dependencies.lazy_static]
49 version = "1"
51 [dev-dependencies.rand]
52 version = "0.8"
54 [dev-dependencies.rand_xorshift]
55 version = "0.3"