setroot 0.2.1

A library for setting desktop background image
Documentation
# 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 = "2024"
name = "setroot"
version = "0.2.1"
authors = ["Michal Nazarewicz <mina86@mina86.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for setting desktop background image"
documentation = "https://docs.rs/setroot"
readme = "README.md"
keywords = [
    "background",
    "wallpaper",
    "xcb",
    "x11",
]
categories = [
    "graphics",
    "gui",
    "multimedia::images",
]
license = "LGPL-3.0-or-later"
repository = "https://codeberg.org/mina86/setroot"

[features]
default = ["image"]
image = ["dep:image"]

[lib]
name = "setroot"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.24.0"
features = [
    "min_const_generics",
    "must_cast",
]
default-features = false

[dependencies.derive_more]
version = "2.0.1"
features = [
    "as_ref",
    "debug",
    "deref",
    "display",
    "from",
]

[dependencies.image]
version = "0.25.8"
optional = true
default-features = false

[dependencies.xcb]
version = "1.7.0"
features = ["randr"]