# 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-result" version = "0.4.0" authors = [ "Melody Madeline Lyons ", "Hao Liu ", "Egor Poleshko ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Luminol's custom error type" readme = "README.md" keywords = [ "gamedev", "rpg", "rpg-maker", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/Speak2Erase/Luminol" [lib] name = "luminol_result" path = "src/lib.rs" [dependencies.color-eyre] version = "0.6.2" [dependencies.image] version = "0.25.0" features = ["png"] [dependencies.tempfile] version = "3.8.1" [dependencies.thiserror] version = "1.0.37" [features] steamworks = ["dep:steamworks"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.steamworks] version = "0.10.0" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.tracing-log] version = "0.1.3" [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"