graphmind-graph-algorithms 0.7.0

Graph algorithms (PageRank, WCC, BFS, Dijkstra) for Graphmind Graph Database
Documentation
# 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 = "graphmind-graph-algorithms"
version = "0.7.0"
authors = ["Graphmind Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph algorithms (PageRank, WCC, BFS, Dijkstra) for Graphmind Graph Database"
readme = "README.md"
keywords = [
    "graph",
    "algorithms",
    "pagerank",
    "bfs",
    "wcc",
]
categories = [
    "algorithms",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/fab679/graphmind"

[lib]
name = "graphmind_graph_algorithms"
path = "src/lib.rs"

[dependencies.ndarray]
version = "0.15"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true