# 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 = "para-graph" version = "0.1.2" authors = ["Eliton Machado "] description = "\"Para-Graph\" delivers swift, parallel graph algorithms in Rust, optimized for CPU and GPU. Ideal for HPC workflows." readme = "README.md" license = "MIT" repository = "https://github.com/EMachad0/Para-Graph" [[bench]] name = "floyd_warshall" harness = false [[bench]] name = "radix_sort" harness = false [[bench]] name = "binary_search" harness = false [[bench]] name = "gaussian_elimination" harness = false [[bench]] name = "prefix_sum" harness = false [dependencies.cc] version = "1.0.83" [dependencies.cxx] version = "1.0" [dependencies.itertools] version = "0.12.1" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4.2" features = ["num-bigint"] [dependencies.ordered-float] version = "4.2.0" [dependencies.petgraph] version = "0.6.4" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dev-dependencies.criterion] version = "0.5.1" [build-dependencies.cxx-build] version = "1.0"