gem 0.1.0-alpha.6

Color representations and conversions
# 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"
rust-version = "1.88"
name = "gem"
version = "0.1.0-alpha.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Color representations and conversions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crates-lurey-io/gem"

[features]
blend = []
bytemuck = ["dep:bytemuck"]
default = [
    "libm",
    "libm-arch",
]
libm = ["dep:libm"]
libm-arch = ["libm/arch"]
std = []

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

[[example]]
name = "draw-png"
path = "examples/draw-png.rs"
required-features = ["bytemuck"]

[dependencies.bytemuck]
version = "1.23.1"
features = ["derive"]
optional = true
default-features = false

[dependencies.libm]
version = "0.2"
optional = true
default-features = false

[dev-dependencies.open]
version = "5.3.2"

[dev-dependencies.png]
version = "0.17.16"

[lints.clippy]
missing_errors_doc = "deny"
missing_panics_doc = "deny"
module_name_repetitions = "allow"
must_use_candidate = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "deny"
unreachable_pub = "deny"
unsafe_code = "deny"
unused_qualifications = "deny"