# 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 = "wallrnd" version = "1.2.2" authors = ["Vanille-N "] include = ["src/**/*", "README.md", "assets/*"] description = "A generator of random abstract wallpapers" readme = "README.md" keywords = ["wallpaper", "random", "desktop"] categories = ["command-line-utilities", "graphics"] license = "MIT" repository = "https://github.com/Vanille-N/wallrnd" [[bin]] name = "wallrnd" [dependencies.chrono] version = "0.4.*" [dependencies.delaunator] version = "0.2.*" [dependencies.rand] version = "0.7.*" [dependencies.resvg] version = "0.11.*" optional = true [dependencies.scrummage] version = "0.1.1" optional = true [dependencies.serde] version = "1.0.*" [dependencies.serde_derive] version = "1.0.*" [dependencies.toml] version = "0.5.*" [dependencies.usvg] version = "0.11.*" optional = true [dependencies.wallpaper_rs] version = "0.1.0" optional = true [features] all = ["set-wallpaper", "make-png", "nice"] default = [] make-png = ["resvg", "usvg"] nice = ["scrummage"] set-wallpaper = ["wallpaper_rs"]