# 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.81" name = "wutengine_editor" version = "0.0.7" authors = ["Wouter de Bruijn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use editor for WutEngine games" homepage = "https://github.com/cloone8/WutEngine" readme = "README.md" keywords = [] categories = ["game-engines"] license = "MPL-2.0" repository = "https://github.com/cloone8/WutEngine" [[bin]] name = "wutengine_editor" path = "src/main.rs" [dependencies.wutengine] version = "0.0.7" [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn"