# 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 = "crabpicker" version = "0.2.2" include = [ "src/**/*", "LICENSE", "README.md", ] description = "A cross-platform color picker in rust" readme = "README.md" keywords = [ "x11", "color-picker", "utility", "color", ] categories = ["command-line-utilities"] license = "AGPL-3.0-only" repository = "https://github.com/Coca162/crabpicker" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.copypasta-ext] version = "0.4.4" features = [ "x11-bin", "wayland-bin", ] default-features = false [dependencies.image] version = "0.24.6" features = ["png"] default-features = false [dependencies.screenshots] version = "0.5.4" optional = true [dependencies.softbuffer] version = "0.2.1" [dependencies.termcolor] version = "1.2.0" [dependencies.winit] version = "0.28.6" [dependencies.x11] version = "2.21.0" features = ["xlib"] optional = true [features] default = ["screenshots_crate"] flameshot = [] screenshots_crate = ["dep:screenshots"] x11 = ["dep:x11"]