# 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" rust-version = "1.80" name = "wallswitch" version = "0.51.8" authors = ["Claudio F S Rodrigues "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "randomly selects wallpapers for multiple monitors" homepage = "https://github.com/claudiofsr/wallswitch" documentation = "https://docs.rs/wallswitch" readme = "README.md" keywords = [ "wallpaper", "desktop", "random", "images", "switch", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/claudiofsr/wallswitch" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 panic = "abort" overflow-checks = true incremental = true strip = "symbols" [lib] name = "wallswitch" path = "src/lib.rs" [[bin]] name = "wallswitch" path = "src/main.rs" [dependencies.anstyle] version = "1.0" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "color", ] optional = true [dependencies.clap_complete] version = "4.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.walkdir] version = "2.5" [features] args_v1 = [ "dep:anstyle", "dep:clap", "dep:clap_complete", ] args_v2 = [] default = ["args_v1"] [lints.rust] unsafe_code = "forbid"