# 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 = "prio-graph" version = "0.3.0" authors = ["Andrew Fitzgerald "] include = [ "src/*.rs", "Cargo.toml", ] description = "A lazily populated directed acyclic graph with top-level priority ordering" homepage = "https://github.com/apfitzge/prio-graph" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/apfitzge/prio-graph" [[bench]] name = "prio_graph" path = "benches/prio_graph.rs" harness = false [dependencies.ahash] version = "0.8.11" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.4"