# 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 = "chili" version = "0.1.0" authors = ["DragoČ™ Tiselice "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "low-overhead parallelization library" documentation = "https://docs.rs/chili" readme = "README.md" keywords = [ "join", "concurrency", "parallel", "spice", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/dragostis/chili" [lib] name = "chili" path = "src/lib.rs" [[bench]] name = "overhead" path = "benches/overhead.rs" harness = false required-features = ["bench"] [dependencies.divan] version = "0.1.14" optional = true [dependencies.rayon] version = "1.10.0" optional = true [features] bench = [ "dep:divan", "dep:rayon", ]