# 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 = "flowy" version = "0.4.0" authors = ["vineetred "] exclude = ["demo.gif", "demo2.gif"] description = "Dynamic desktop wallpaper changer" homepage = "https://github.com/vineetred/flowy" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/vineetred/flowy" [package.metadata.deb] assets = [["assets/flowy.service", "etc/systemd/user/", "644"], ["target/release/flowy", "usr/bin/", "755"]] depends = "$auto, systemd" extended-description = "A dynamic desktop wallpaper changer that is written in the memory-safe programming language, Rust." license-file = ["LICENSE", "3"] maintainer = "Vineet Reddy " maintainer-scripts = "scripts/" priority = "optional" section = "admin" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0-beta.1" features = ["yaml"] [dependencies.directories-next] version = "2.0.0" [dependencies.enquote] version = "1.0.3" [dependencies.flate2] version = "1.0.16" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.tar] version = "0.4.29" [dependencies.toml] version = "0.5" [dependencies.ureq] version = "2.0.1" features = ["json"] [dependencies.wallpaper_rs] version = "0.1.1"