graph_loom 1.0.0

Interactive Graph Structure Utility
Documentation
[[bin]]
name = "graph_loom"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.csv]
version = "1"

[dependencies.eframe]
version = "0.33.3"

[dependencies.egui]
version = "0.33.3"

[dependencies.env_logger]
default-features = false
version = "0.11.8"

[dependencies.ron]
version = "0.12.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.time]
features = ["formatting", "macros"]
version = "0.3"

[dependencies.uuid]
features = ["v7", "fast-rng", "serde"]
version = "1"

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

[package]
authors = ["Jack Sims jack.m.sims@protonmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "visualization", "data-structures", "development-tools"]
description = "Interactive Graph Structure Utility"
edition = "2024"
homepage = "https://github.com/jackpots28/Graph-Loom"
keywords = ["graph", "visualization", "gui", "egui", "cypher"]
license = "Apache-2.0"
name = "graph_loom"
readme = "README.md"
repository = "https://github.com/jackpots28/Graph-Loom"
version = "1.0.0"

[[test]]
name = "unittests"
path = "tests/unittests.rs"