egui-graph-edit 0.8.0

A helper library to create interactive node graphs using 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-graph-edit"
version = "0.8.0"
authors = [
    "Kamil Koczurek <koczurekk@gmail.com>",
    "setzer22",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A helper library to create interactive node graphs using egui"
homepage = "https://github.com/kamirr/egui-graph-edit"
readme = "README.md"
keywords = [
    "ui",
    "egui",
    "graph",
    "node",
]
license = "MIT"
repository = "https://github.com/kamirr/egui-graph-edit"
resolver = "3"

[features]
persistence = [
    "serde",
    "slotmap/serde",
    "smallvec/serde",
    "egui/persistence",
]

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

[dependencies.egui]
version = "0.34"

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

[dependencies.slotmap]
version = "1.0"

[dependencies.smallvec]
version = "1.11.2"

[dependencies.thiserror]
version = "1.0"