# 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_graph" version = "0.4.0" authors = ["setzer22"] description = "A helper library to create interactive node graphs using egui" homepage = "https://github.com/setzer22/egui_node_graph" readme = "README.md" keywords = [ "ui", "egui", "graph", "node", ] license = "MIT" repository = "https://github.com/setzer22/egui_node_graph" resolver = "1" [dependencies.egui] version = "0.19.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slotmap] version = "1.0" [dependencies.smallvec] version = "1.7.0" [dependencies.thiserror] version = "1.0" [features] persistence = [ "serde", "slotmap/serde", "smallvec/serde", "egui/persistence", ]