# 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" name = "egui-modal-spinner" version = "0.1.1" authors = ["fluxxcode"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A modal spinner to temporarily suppress user input in egui" homepage = "https://github.com/fluxxcode/egui-modal-spinner" readme = "README.md" license = "MIT" repository = "https://github.com/fluxxcode/egui-modal-spinner" [lib] name = "egui_modal_spinner" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "deny" priority = 6 [lints.clippy.missing_errors_doc] level = "allow" priority = 15 [lints.clippy.missing_fields_in_debug] level = "allow" priority = 14 [lints.clippy.module_name_repetitions] level = "allow" priority = 16 [lints.clippy.must_use_candidate] level = "allow" priority = 12 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "warn" priority = 3 [lints.clippy.return_self_not_must_use] level = "allow" priority = 11 [lints.clippy.struct_excessive_bools] level = "allow" priority = 10 [lints.clippy.struct_field_names] level = "allow" priority = 13 [lints.clippy.style] level = "warn" priority = 4 [lints.clippy.unwrap_used] level = "deny" priority = 5 [lints.rust] unsafe_code = "forbid"