luminol-config 0.4.0

Luminol's configuration
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 = "2021"
rust-version = "1.78"
name = "luminol-config"
version = "0.4.0"
authors = [
    "Melody Madeline Lyons <melody@nowaffles.com>",
    "Hao Liu <whiteaxe@tuta.io>",
    "Egor Poleshko <somedevfox@gmail.com>",
]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Luminol's configuration"
readme = "README.md"
keywords = [
    "gamedev",
    "rpg",
    "rpg-maker",
]
categories = ["games"]
license = "GPL-3.0"
repository = "https://github.com/Speak2Erase/Luminol"

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

[dependencies.egui]
version = "0.28.1"
features = ["serde"]

[dependencies.indexmap]
version = "2.2.6"

[dependencies.luminol-data]
version = "0.4.0"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.ron]
version = "0.8.1"

[dependencies.rust-ini]
version = "0.20.0"

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

[dependencies.strum]
version = "0.25.0"
features = ["derive"]

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.alacritty_terminal]
version = "0.22.0"

[lints.clippy]
all = "warn"
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
missing_safety_doc = "warn"
too_many_lines = "allow"
unnecessary_wraps = "warn"

[lints.rust]
elided_lifetimes_in_paths = "forbid"
rust_2018_idioms = "warn"
unsafe_code = "warn"
unsafe_op_in_unsafe_fn = "forbid"