# 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_node_graph2" version = "0.7.0" 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/trevyn/egui_node_graph2" readme = "README.md" keywords = [ "egui_node_graph", "ui", "egui", "graph", "node", ] license = "MIT" repository = "https://github.com/trevyn/egui_node_graph2" [lib] name = "egui_node_graph2" path = "src/lib.rs" [dependencies.egui] version = "0.29" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0" [dependencies.smallvec] version = "1.10.0" [dependencies.thiserror] version = "1.0" [features] persistence = [ "serde", "slotmap/serde", "smallvec/serde", "egui/persistence", ]