rand_lab 0.1.0

Generate random CIELAB colors with configurable ranges.
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 = "2021"
rust-version = "1.74"
name = "rand_lab"
version = "0.1.0"
authors = ["Édouard Urcades <edouard@urcad.es>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate random CIELAB colors with configurable ranges."
homepage = "https://github.com/urcades/rand_rgb"
documentation = "https://docs.rs/rand_lab"
readme = "README.md"
keywords = [
    "color",
    "lab",
    "cielab",
]
categories = [
    "graphics",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/urcades/rand_rgb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]

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

[dependencies.rand]
version = "0.8.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.proptest]
version = "1.6"