kurve 0.1.0

Adjacency list graph data structure
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 = "kurve"
version = "0.1.0"
authors = ["Graham Keenan <graham.keenan@outlook.com>"]
description = "Adjacency list graph data structure"
homepage = "https://github.com/Tyrannican/kurve"
documentation = "https://docs.rs/kurve"
readme = "README.md"
keywords = [
    "graph",
    "datastructure",
    "algorithm",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/Tyrannican/kurve"

[dependencies]