# 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 = "whitescreen" version = "1.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "create a white background borderless fullscreen window" homepage = "https://github.com/hoshiyuki-tamako/whitescreen" readme = "readme.md" keywords = [ "whitescreen", "white", "screen", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/hoshiyuki-tamako/whitescreen" [profile.release] lto = true codegen-units = 1 strip = true [[bin]] name = "whitescreen" path = "src/main.rs" [dependencies.iced] version = "0.13.1" [lints.clippy] enum_glob_use = "deny" nursery = "deny" pedantic = "deny" unwrap_used = "deny" [lints.rust] unsafe_code = "forbid"