# 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-core" version = "0.4.0" authors = [ "Melody Madeline Lyons ", "Hao Liu ", "Egor Poleshko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The core crate of Luminol, which all of Luminol's UI is built on top of" readme = "README.md" keywords = [ "gamedev", "rpg", "rpg-maker", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/Speak2Erase/Luminol" [lib] name = "luminol_core" path = "src/lib.rs" [dependencies.alox-48] version = "0.6.0" [dependencies.camino] version = "1.1.6" [dependencies.color-eyre] version = "0.6.2" [dependencies.egui] version = "0.28.1" features = ["serde"] [dependencies.egui-modal] version = "0.4.0" [dependencies.egui-notify] version = "0.15.0" [dependencies.egui_dock] version = "0.13.0" [dependencies.itertools] version = "0.11.0" [dependencies.luminol-audio] version = "0.4.0" [dependencies.luminol-config] version = "0.4.0" [dependencies.luminol-data] version = "0.4.0" [dependencies.luminol-filesystem] version = "0.4.0" [dependencies.luminol-graphics] version = "0.4.0" [dependencies.once_cell] version = "1.18.0" [dependencies.poll-promise] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_path_to_error] version = "0.1.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tracing] version = "0.1.37" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.poll-promise] version = "0.3.0" features = ["tokio"] [target."cfg(target_arch = \"wasm32\")".dependencies.poll-promise] version = "0.3.0" features = ["web"] [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"