# 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 = "eta-graph" version = "1.0.1" authors = ["erik9631@gmail.com"] build = "build.rs" description = "Low overhead graph library focused on performance" readme = "README.MD" license-file = "license.txt" repository = "https://github.com/erik9631/eta-graph/" [profile.test] debug = 2 inherits = "release" [[bench]] name = "dfs_bfs" harness = false [[bench]] name = "general" harness = false [[bench]] name = "dijkstra" path = "benches/dijkstra.rs" harness = false [[bench]] name = "vs_pet_dijkstra" path = "benches/vs_pet_dijkstra.rs" harness = false [[bench]] name = "vs_pet_dfs_bfs" harness = false [dependencies.eta-algorithms] version = "1.5.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.petgraph] version = "0.6.5"