# 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] name = "i3-bg-blur" version = "0.2.0" authors = ["Mikhail Pogretskiy "] description = "Blurs the background image in the i3wm if any window is focused" license = "GPL-3.0" repository = "https://github.com/Anfid/i3-bg-blur" [dependencies.clap] version = "^2.32" features = ["yaml"] [dependencies.dirs] version = "^1.0.3" [dependencies.i3ipc] version = "^0.8" [dependencies.image] version = "^0.19" [dependencies.log] version = "^0.3" [dependencies.stderrlog] version = "^0.4"