enya-plugin 0.1.1

Plugin system for Enya editor
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"
rust-version = "1.88"
name = "enya-plugin"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin system for Enya editor"
readme = "README.md"
license = "MIT"
repository = "https://github.com/meldrumlabs/enya"

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

[dependencies.bitflags]
version = "2.4"

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

[dependencies.log]
version = "0.4"

[dependencies.rustc-hash]
version = "2.0.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.enya-config]
version = "0.1.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
    "send",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.open]
version = "5.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.parking_lot]
version = "0.12"
features = ["serde"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq]
version = "3"

[lints.clippy]
disallowed_types = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(tokio_unstable)",
    "cfg(getrandom_backend)",
    'cfg(feature, values("serve"))',
]