# 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-data" 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 RPG Maker data structures" readme = "README.md" keywords = [ "gamedev", "rpg", "rpg-maker", ] categories = ["games"] license = "GPL-3.0" repository = "https://github.com/Speak2Erase/Luminol" [lib] name = "luminol_data" path = "src/lib.rs" [dependencies.alox-48] version = "0.6.0" [dependencies.base64] version = "0.22.1" [dependencies.bytemuck] version = "1.14.0" features = [ "extern_crate_alloc", "derive", "min_const_generics", ] [dependencies.camino] version = "1.1.6" [dependencies.flate2] version = "1.0" [dependencies.num_enum] version = "0.7.0" [dependencies.paste] version = "1.0.14" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.25.0" features = ["derive"] [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"