[dependencies]
[lib]
name = "graphix"
path = "src/lib.rs"
[package]
authors = ["PlotoZypresse"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A Rust library for representing undirected graphs using a compressed adjacency list"
edition = "2021"
homepage = "https://github.com/PlotoZypresse/graphix"
keywords = ["graph", "undirected", "adjacency-list", "data-structures", "rust"]
license = "MIT"
name = "graphix"
readme = "README.md"
repository = "https://github.com/PlotoZypresse/graphix"
version = "0.5.3"