# 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" rust-version = "1.56" name = "algograph" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A (both directed and undirected) graph and their algorithms implemented in Rust" readme = "README.md" keywords = ["graph"] categories = [ "algorithms", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/TimeExceed/algograph" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex.html", ] [lib] name = "algograph" path = "src/lib.rs" [[bench]] name = "low_level_digraph_impls" path = "benches/low_level_digraph_impls.rs" harness = false [dependencies.ahash] version = "0.8.3" [dependencies.bimap] version = "0.6.2" [dependencies.keyed_priority_queue] version = "0.4.1" [dependencies.petgraph] version = "0.6.3" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rs_quickcheck_util] version = "0.1" [dev-dependencies.static_init] version = "1.0.3"