# 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 = "bit_gossip" version = "0.0.13" authors = ["Jack Lee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pathfinding library for calculating all node pairs' shortest paths in an unweighted undirected graph." documentation = "https://docs.rs/bit_gossip" readme = "README.md" keywords = [ "pathfinding", "graph", "search", "all-pairs", "shortest-path", ] categories = [ "algorithms", "data-structures", "mathematics", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/poonesnerfect/bit_gossip" [lib] name = "bit_gossip" path = "src/lib.rs" [dependencies.paste] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" optional = true [features] default = ["parallel"] parallel = ["dep:rayon"]