# 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 = "pargraph" version = "0.1.6" authors = ["Thomas Kramer "] description = "Operator based parallel graph processing." readme = "README.md" keywords = [ "parallel", "graph", "operator", ] categories = ["concurrency"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/libreda/pargraph" [dependencies.crossbeam-deque] version = "0.8" [dependencies.itertools] version = "0.13" [dependencies.petgraph] version = "0.6" [dependencies.smallvec] version = "1.11" [target."cfg(loom)".dependencies.loom] version = "0.7"