[dependencies]
[lib]
name = "sssp_lib"
path = "src/lib.rs"
[package]
authors = ["Jordi Castells <jcastellsg@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "A library for Single Source Shortest Path (SSSP) algorithms in graphs"
edition = "2024"
keywords = ["graph", "shortest-path", "algorithm"]
license = "Apache-2.0"
name = "sssp-lib"
readme = "README.md"
repository = "https://github.com/jc4st3lls/sssp-algorithm"
version = "0.1.0"