# 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 = "rwpspread" version = "0.3.1" authors = ["0xk1f0"] build = "build.rs" exclude = [ ".github/", "flake*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Multi-Monitor Wallpaper Utility" homepage = "https://github.com/0xk1f0/rwpspread" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/0xk1f0/rwpspread" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 8 strip = true [[bin]] name = "rwpspread" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.image] version = "0.25.5" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.smithay-client-toolkit] version = "0.19.2" features = ["calloop"] default-features = false [dependencies.toml] version = "0.8.19" [build-dependencies.clap] version = "4.5.21" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.38" [build-dependencies.clap_mangen] version = "0.2.24" [build-dependencies.serde] version = "1.0.215" features = ["derive"]