# 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 = "2018" name = "fastgraph" version = "0.1.21" authors = ["juliuskoskela"] description = "Graph abstraction providing a generic interface and powerful parallelized traversals." documentation = "https://docs.rs/fastgraph/" readme = "README.md" keywords = ["data-structure", "graph", "graph-algorithms"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/juliuskoskela/fastgraph" [[bench]] name = "digraph_benchmark" harness = false [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.primes] version = "0.3.0" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dev-dependencies.criterion] version = "0.3"