# 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_colors" version = "0.5.0" authors = ["Frank van Gompel"] build = false exclude = [ "examples", "media", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental color styling toolkit for Egui" readme = "README.md" keywords = [ "graphics", "egui", "styling", "colors", "gui", ] categories = [ "gui", "graphics", ] license = "MIT" repository = "https://github.com/frankvgompel/egui_colors" [lib] name = "egui_colors" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" default-features = false [dependencies.palette] version = "0.7.6" [lints.clippy.cast_possible_truncation] level = "allow" priority = 5 [lints.clippy.cast_precision_loss] level = "allow" priority = 4 [lints.clippy.cast_sign_loss] level = "allow" priority = 6 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "deny" priority = 11 [lints.clippy.module_name_repetitions] level = "allow" priority = 3 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.out_of_bounds_indexing] level = "allow" priority = 7 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "warn" priority = 8 [lints.clippy.style] level = "warn" priority = 9 [lints.clippy.unwrap_used] level = "deny" priority = 10 [lints.rust] unsafe_code = "forbid"