# 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 = "okhsl" version = "1.0.1" authors = [ "Björn Ottosson (https://github.com/bottosson)", "Kornel ", ] build = false include = [ "src/*.rs", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Oklab extension for HSL (Okhsl) and HSV (Okhsv) color spaces" homepage = "https://bottosson.github.io/posts/colorpicker/" readme = "README.md" keywords = [ "colorspace", "color-picker", "hsv", "hsl", "oklab", ] categories = ["graphics"] license = "MIT" repository = "https://gitlab.com/kornelski/oklab" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [profile.dev] opt-level = 1 [lib] name = "okhsl" path = "src/lib.rs" [dependencies.oklab] version = "1.1" [dependencies.rgb] version = "0.8.48" default-features = false [dev-dependencies.load_image] version = "3.2" [dev-dependencies.lodepng] version = "3.10" [badges.maintenance] status = "passively-maintained"