facet-egui 0.1.0

An egui inspector/editor widget for any type that implements Facet
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 = "facet-egui"
version = "0.1.0"
authors = ["Erik Tesar <erik@erik-tesar.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An egui inspector/editor widget for any type that implements Facet"
readme = "README.md"
keywords = [
    "facet",
    "reflections",
    "egui",
    "probe",
]
categories = [
    "gui",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Erik1000/facet-egui"

[features]
default = []
std = [
    "facet/std",
    "facet-reflect/std",
    "thiserror/std",
]

[lib]
name = "facet_egui"
path = "src/lib.rs"

[[example]]
name = "comparison_egui_probe"
path = "examples/comparison_egui_probe.rs"
required-features = ["std"]

[[example]]
name = "probe_gallery"
path = "examples/probe_gallery.rs"
required-features = ["std"]

[[example]]
name = "shared_string"
path = "examples/shared_string.rs"
required-features = ["std"]

[[example]]
name = "user_type"
path = "examples/user_type.rs"
required-features = ["std"]

[[test]]
name = "headless_probe"
path = "tests/headless_probe.rs"

[[test]]
name = "maybe_mut_test"
path = "tests/maybe_mut_test.rs"

[dependencies.derive_more]
version = "2.1"
features = [
    "from",
    "deref",
    "deref_mut",
    "debug",
]
default-features = false

[dependencies.egui]
version = "0.34"
default-features = false

[dependencies.facet]
version = "0.46"
features = ["alloc"]
default-features = false

[dependencies.facet-maybe-mut]
version = "0.1"

[dependencies.facet-reflect]
version = "0.46"
features = ["alloc"]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.color-eyre]
version = "0.6"

[dev-dependencies.eframe]
version = "0.34"

[dev-dependencies.egui-probe]
version = "0.11.0"
features = ["derive"]

[dev-dependencies.facet-testhelpers]
version = "0.46"

[dev-dependencies.image]
version = "0.25"
features = ["png"]
default-features = false