brisk-egui 0.8.0

Use of the brisk declarative engine with egui.
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 = "brisk-egui"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use of the brisk declarative engine with egui."
homepage = "https://cyloncore.com"
readme = "README.MD"
license = "MIT"
repository = "https://gitlab.com/cyloncore/brisk"
resolver = "2"

[features]
cartography = ["brisk-egui-components/cartography"]
node-graph-editor = ["brisk-egui-components/node-graph-editor"]
plot = ["brisk-egui-components/plot"]
rfd = ["brisk-egui-components/rfd"]
table = ["brisk-egui-components/table"]

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

[dependencies.brisk-egui-components]
version = "0.8.0"

[dependencies.brisk-it]
version = "0.8.0"

[dependencies.lazy_static]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["parsing"]