# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wall_setter" version = "0.1.0" authors = ["mevlyshkin"] description = "Simple program for setting wallpaper" homepage = "https://git.sr.ht/~leinnan/wall_setter" readme = "README.md" license-file = "LICENSE" repository = "https://git.sr.ht/~leinnan/wall_setter" [package.metadata.deb] assets = [["target/release/wall_setter", "usr/bin/", "755"], ["README.md", "usr/share/doc/wall_setter/README", "644"]] copyright = "2020, Mev Lyshkin " depends = "$auto" extended-description = "Simple program for setting wallpaper" license-file = ["LICENSE", "4"] maintainer = "Mev Lyshkin " priority = "optional" section = "utility" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.rand] version = "0.7.3" [dependencies.rust-ini] version = "0.15"