# 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.5.1" authors = [ "Kamil Koczurek ", "setzer22", ] build = 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 = "1" [lib] name = "egui_graph_edit" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" [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" [features] persistence = [ "serde", "slotmap/serde", "smallvec/serde", "egui/persistence", ]