eguidev_runtime 0.0.2

Native embedded runtime for eguidev automation
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 = "eguidev_runtime"
version = "0.0.2"
authors = ["Aldo Cortesi <aldo@corte.si>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native embedded runtime for eguidev automation"
homepage = "https://github.com/cortesi/eguidev"
readme = "README.md"
keywords = [
    "egui",
    "gui",
    "automation",
    "testing",
    "mcp",
]
categories = [
    "development-tools",
    "gui",
]
license = "MIT"
repository = "https://github.com/cortesi/eguidev"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.egui]
version = "0.34"

[dependencies.eguidev]
version = "0.0.2"

[dependencies.glob]
version = "0.3"

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

[dependencies.mlua]
version = "0.11.6"
features = [
    "luau",
    "serialize",
    "vendored",
]

[dependencies.schemars]
version = "1.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tmcp]
version = "0.4"

[dependencies.tokio]
version = "1.50"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "io-util",
    "process",
]

[dev-dependencies.eframe]
version = "0.34"
features = ["glow"]
default-features = false

[lints.clippy]
absolute_paths = "warn"
branches_sharing_code = "warn"
cfg_not_test = "warn"
cognitive_complexity = "warn"
comparison_chain = "warn"
excessive_nesting = "warn"
ignore_without_reason = "warn"
items_after_statements = "warn"
let_underscore_must_use = "warn"
many_single_char_names = "warn"
missing_docs_in_private_items = "warn"
multiple_inherent_impl = "warn"
needless_pass_by_ref_mut = "warn"
needless_pass_by_value = "warn"
redundant_clone = "warn"
redundant_pub_crate = "warn"
self_named_module_files = "warn"
tests_outside_test_module = "warn"
too_many_lines = "warn"
use_self = "warn"
wildcard_dependencies = "warn"

[lints.rust]
missing_docs = "warn"