tinypicker 0.2.4

A simple color picker made in rust for the CLI!
[package]
name = "tinypicker"
version = "0.2.4"
edition = "2021"
license = "AGPL-3.0-only"
readme = "README.md"
repository = "https://github.com/Coca162/tinypicker"
categories = ["command-line-utilities"]
keywords = ["x11", "color-picker", "cli", "utility", "color"]
description = " A simple color picker made in rust for the CLI!"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = { version = "0.24.6", default-features = false, features = ["png"] }
screenshots = "0.5.4"
device_query = { version = "1.1.3", optional = true }
mouce = { version = "0.2.43", optional = true }
termcolor = "1.2.0"
copypasta-ext = { version = "0.4.4", default-features = false, features = ["x11-fork", "x11-bin", "wayland-bin"] }

[features]
default = ["device_query"]
device_query = ["dep:device_query"]
mouce = ["dep:mouce"]