# 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 = "hello_egui" version = "0.6.0" authors = ["Lucas Meurer"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of useful crates for egui." homepage = "https://lucasmerlin.github.io/hello_egui/" readme = "README.md" keywords = [ "egui", "gui", "ui", "widgets", ] license = "MIT" repository = "https://github.com/lucasmerlin/hello_egui" [package.metadata.docs.rs] all-features = true [package.metadata.release] tag-prefix = "hello_egui-" [lib] name = "hello_egui" path = "src/lib.rs" [dependencies.egui_animation] version = "0.6.0" optional = true [dependencies.egui_dnd] version = "0.10.0" optional = true [dependencies.egui_flex] version = "0.1.0" optional = true [dependencies.egui_form] version = "0.3.0" optional = true [dependencies.egui_inbox] version = "0.6.0" optional = true [dependencies.egui_infinite_scroll] version = "0.5.0" optional = true [dependencies.egui_material_icons] version = "0.1.0" optional = true [dependencies.egui_pull_to_refresh] version = "0.6.0" optional = true [dependencies.egui_router] version = "0.2.0" optional = true [dependencies.egui_suspense] version = "0.6.0" optional = true [dependencies.egui_thumbhash] version = "0.5.0" optional = true [dependencies.egui_virtual_list] version = "0.5.0" optional = true [features] all = [ "animation", "dnd", "flex", "form", "inbox", "infinite_scroll", "pull_to_refresh", "router", "suspense", "thumbhash", "virtual_list", ] animation = ["dep:egui_animation"] async = [ "egui_suspense/async", "egui_infinite_scroll/async", "egui_router/async", "egui_inbox/async", ] dnd = ["dep:egui_dnd"] flex = ["dep:egui_flex"] form = ["dep:egui_form"] full = [ "all", "async", "tokio", ] inbox = ["dep:egui_inbox"] infinite_scroll = ["dep:egui_infinite_scroll"] material_icons = ["dep:egui_material_icons"] pull_to_refresh = ["dep:egui_pull_to_refresh"] router = ["dep:egui_router"] suspense = ["dep:egui_suspense"] thumbhash = ["dep:egui_thumbhash"] tokio = [ "egui_suspense/tokio", "egui_infinite_scroll/tokio", ] virtual_list = ["dep:egui_virtual_list"]