egui_graphs 0.30.0

Interactive graph visualization widget for rust powered by egui
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 = "egui_graphs"
version = "0.30.0"
authors = ["Dmitrii Samsonov <blitzar90@gmail.com>, <blitzarx1@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive graph visualization widget for rust powered by egui"
homepage = "https://blitzarx1.github.io/egui_graphs"
readme = false
keywords = [
    "egui",
    "ui",
    "graph",
    "node-graph",
]
categories = [
    "gui",
    "visualization",
]
license = "MIT"
repository = "https://github.com/blitzarx1/egui_graphs"

[features]
events = ["dep:crossbeam"]

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

[[example]]
name = "animated_nodes"
path = "examples/animated_nodes.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_custom"
path = "examples/basic_custom.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "flex_nodes"
path = "examples/flex_nodes.rs"

[[example]]
name = "label_change"
path = "examples/label_change.rs"

[[example]]
name = "multiple"
path = "examples/multiple.rs"

[[example]]
name = "rainbow_edges"
path = "examples/rainbow_edges.rs"

[[example]]
name = "undirected"
path = "examples/undirected.rs"

[[example]]
name = "window"
path = "examples/window.rs"

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

[[bench]]
name = "fruchterman_reingold"
path = "benches/fruchterman_reingold.rs"
harness = false

[dependencies.crossbeam]
version = "0.8"
optional = true

[dependencies.egui]
version = "0.34.1"
features = ["persistence"]
default-features = false

[dependencies.petgraph]
version = "0.8"
features = [
    "graphmap",
    "stable_graph",
    "matrix_graph",
    "serde-1",
]
default-features = false

[dependencies.rand]
version = "0.9"

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

[dependencies.web-time]
version = "1.1"

[dev-dependencies.criterion]
version = "0.7"
features = [
    "html_reports",
    "html_reports",
]

[dev-dependencies.eframe]
version = "0.34.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.ureq]
version = "3"
features = ["json"]
default-features = true

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]