floem-picker 0.2.0

A simple color picker widget for Floem
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 = "floem-picker"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple color picker widget for Floem"
readme = "README.md"
keywords = [
    "floem",
    "color-picker",
    "gui",
    "widget",
    "hsb",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/cyberdeco/floem-picker"

[features]
alpha = []
default = [
    "alpha",
    "eyedropper",
]
eyedropper = [
    "objc2",
    "block2",
]

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

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.arboard]
version = "3"

[dependencies.block2]
version = "0.5"
optional = true

[dependencies.floem]
version = "0.2"
features = [
    "editor",
    "default-image-formats",
]

[dependencies.floem_renderer]
version = "0.2"

[dependencies.lucide-icons]
version = "0.563.0"

[dependencies.objc2]
version = "0.5"
optional = true