# 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-multiselect" version = "0.2.0" authors = ["Frank van Gompel"] build = false exclude = [ "examples", "media", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Multiselect widget for Egui" readme = "README.md" keywords = [ "graphics", "egui", "widget", "gui", ] categories = [ "gui", "graphics", ] license = "MIT" repository = "https://github.com/frankvgompel/egui-multiselect" [lib] name = "egui_multiselect" path = "src/lib.rs" [dependencies.eframe] version = "0.29.0" [dependencies.egui-notify] version = "0.15.0" [dependencies.egui-phosphor] version = "0.7.1"