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