# 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 = "ok-picker" version = "0.0.3" default-run = "ok-picker" description = "A color picker application focused on colorscheming in Ok colorspace (from Björn Ottosson)" homepage = "https://github.com/gagbo/ok-picker" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/gagbo/ok-picker" [[bin]] name = "ok-picker" test = false bench = false [[bin]] name = "ok-picker-wasm" test = false bench = false [dependencies.eframe] version = "0.19.0" [dependencies.ndarray] version = "0.15.6" [dependencies.once_cell] version = "1.15.0" [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"