# 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 = "2021" name = "crabdropper-cli" version = "0.2.3" description = " A simple color picker made in rust for the CLI!" readme = "README.md" keywords = [ "x11", "color-picker", "cli", "utility", "color", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/Coca162/crabdropper-cli" [dependencies.copypasta-ext] version = "0.4.1" features = [ "x11-fork", "x11-bin", ] default-features = false [dependencies.device_query] version = "1.1.2" optional = true [dependencies.image] version = "0.24.5" features = ["png"] default-features = false [dependencies.mouce] version = "0.2.41" optional = true [dependencies.screenshots] version = "0.5.2" [dependencies.termcolor] version = "1.2.0" [features] default = ["device_query"] device_query = ["dep:device_query"] mouce = ["dep:mouce"]