enum2egui-derive 0.34.1

enum2egui-derive is a rust derive macro that creates a set of egui ui databindings from arbitrary data structures.
Documentation
# 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 = "2024"
name = "enum2egui-derive"
version = "0.34.1"
authors = ["Matthew Berger <matthewjordanberger@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
enum2egui-derive is a rust derive macro that creates a set of egui ui databindings from arbitrary data structures.\r
"""
homepage = "https://github.com/matthewjberger/enum2egui"
readme = false
keywords = ["egui"]
license = "MIT"
repository = "https://github.com/matthewjberger/enum2egui"

[lib]
name = "enum2egui_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.egui]
version = "0.34.1"

[dependencies.hashbrown]
version = "0.16.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"