# 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 = "tinted_egui_nodes" version = "0.1.0" authors = [ "Theo Paris ", "Cameron Haigh ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Egui port of https://github.com/Nelarius/imnodes" readme = "README.md" license = "MIT" [lib] name = "egui_nodes" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.derivative] version = "2.2.0" [dependencies.egui] version = "0.28.0" [dev-dependencies.eframe] version = "0.28.0"