# 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.65.0" name = "traitgraph-algo" version = "8.1.0" authors = ["Sebastian Schmidt "] description = "Graph algorithms based on the traitgraph crate" homepage = "https://github.com/sebschmi/abstract-datastructures-rs" documentation = "https://docs.rs/traitgraph-algo" readme = "README.md" keywords = [ "graph", "trait", "abstract", "implementation", "algorithm", ] categories = [ "data-structures", "mathematics", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/abstract-datastructures-rs" resolver = "1" [[bench]] name = "benches" harness = false [dependencies.hashbrown] version = "0.14.0" [dependencies.rand] version = "0.8.4" [dependencies.traitgraph] version = "5.0.0" [dev-dependencies.criterion] version = "0.5.1" [features] hashbrown_dijkstra_node_weight_array = []