# 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-probe" version = "0.6.0" description = "Trait and derive macro for exposing value editing in egui" readme = "README.md" license = "MIT OR Apache-2.0" [[example]] name = "demo" required-features = ["derive"] [[example]] name = "edict" required-features = ["derive"] [dependencies.egui] version = "0.29" [dependencies.egui-probe-proc] version = "=0.6.0" optional = true [dependencies.hashbrown] version = "0.15" optional = true [dependencies.smallvec1] version = "1" features = ["const_generics"] optional = true package = "smallvec" [dependencies.smallvec2] version = "2.0.0-alpha.7" optional = true package = "smallvec" [dev-dependencies.edict] version = "1.0.0-rc6" [dev-dependencies.eframe] version = "0.29" [features] derive = ["dep:egui-probe-proc"]