# 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-theme-lerp" version = "0.1.3" authors = ["TheRustyPickle "] build = false exclude = [ "/demo", "/.github", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ An egui lib to animate theme switching between visuals """ homepage = "https://github.com/TheRustyPickle/egui-theme-lerp" readme = "README.md" keywords = [ "egui", "animation", "interpolation", "switch", "theme", ] categories = ["gui"] license = "MIT" repository = "https://github.com/TheRustyPickle/egui-theme-lerp" [lib] name = "egui_theme_lerp" path = "src/lib.rs" [dependencies.egui] version = "0.29.1" default-features = false [lints.clippy.cast_possible_truncation] level = "allow" priority = 9 [lints.clippy.cast_sign_loss] level = "allow" priority = 8 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "deny" priority = 6 [lints.clippy.float_cmp] level = "allow" priority = 7 [lints.clippy.nursery] level = "deny" priority = 0 [lints.clippy.pedantic] level = "deny" priority = 1 [lints.clippy.perf] level = "deny" priority = 3 [lints.clippy.style] level = "deny" priority = 4 [lints.clippy.unwrap_used] level = "deny" priority = 5 [lints.rust] unsafe_code = "forbid"