# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "paradis" version = "0.2.1" authors = ["Andreas Longva "] description = "Parallel processing with disjoint indices" documentation = "https://docs.rs/paradis" readme = "README.md" keywords = [ "parallel", "thread", "disjoint", "index", "indices", ] categories = [ "concurrency", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Andlon/paradis" [package.metadata.docs.rs] features = ["rayon"] rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] lto = "thin" codegen-units = 1 debug = 2 [[example]] name = "rayon_access_slice" required-features = ["rayon"] [[example]] name = "rayon_access_nalgebra" required-features = ["rayon"] [[bench]] name = "parallel_iteration" harness = false [[bench]] name = "single_thread_iter" harness = false [dependencies.paradis-core] version = "0.1.0" [dependencies.rayon] version = "1.10.0" optional = true [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.nalgebra] version = "0.32.5" [features] rayon = ["dep:rayon"]