# 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-snarl" version = "0.5.0" description = "Node-graphs for egui" documentation = "https://docs.rs/egui-snarl" readme = "README.md" keywords = [ "egui", "node", "graph", "ui", "node-graph", ] categories = [ "gui", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/egui-snarl" [[example]] name = "demo" required-features = [ "serde", "egui-probe", ] [dependencies.egui] version = "0.29" [dependencies.egui-probe] version = "0.6.0" features = ["derive"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.slab] version = "0.4" [dependencies.tiny-fn] version = "0.1.7" [dev-dependencies.eframe] version = "0.29" features = [ "serde", "persistence", ] [dev-dependencies.egui_extras] version = "0.29" features = ["all_loaders"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.syn] version = "2.0" features = ["extra-traits"] [features] serde = [ "dep:serde", "egui/serde", "slab/serde", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] version = "0.4"