# 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 = "enum2egui" version = "0.3.9" authors = ["Matthew Berger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ enum2egui is a rust derive macro that creates a set of egui ui databindings from arbitrary data structures. Supports egui v0.29.1 """ homepage = "https://github.com/matthewjberger/enum2egui" readme = "README.md" keywords = ["egui"] license = "MIT" repository = "https://github.com/matthewjberger/enum2egui" [lib] name = "enum2egui" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" [dependencies.enum2egui-derive] version = "0.3.9" [dependencies.hashbrown] version = "0.15.0" optional = true [features] hashbrown = ["dep:hashbrown"]