# 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-notify" version = "0.17.0" authors = ["ItsEthra"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple notifications library for egui" readme = "README.md" license = "MIT" repository = "https://github.com/ItsEthra/egui-notify" [lib] name = "egui_notify" path = "src/lib.rs" [[example]] name = "all" path = "examples/all.rs" [dependencies.egui] version = "0.29" default-features = false [dev-dependencies.eframe] version = "0.29" features = [ "default_fonts", "glow", ] default-features = false [lints.clippy.all] level = "deny" priority = 0 [lints.clippy.enum_glob_use] level = "deny" priority = 2 [lints.clippy.expect_used] level = "deny" priority = 1 [lints.clippy.unwrap_used] level = "deny" priority = 1 [lints.rust] unsafe_code = "forbid"