# 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.72.0" name = "acolor" version = "0.0.11" authors = ["José Luis Cruz "] include = [ "/src/**/*.rs", "/Cargo.toml", "/README.md", "/LICENSE-*", ] publish = true description = "Color representations, operations and conversions." documentation = "https://docs.rs/acolor" readme = "README.md" keywords = [ "color", "rgb", "lab", ] categories = [ "graphics", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/acolor" [package.metadata.docs.rs] features = ["nightly_docs"] no-default-features = true [dependencies.approx] version = "0.5.1" optional = true default-features = false [dependencies.devela] version = "0.9.0" [dependencies.iunorm] version = "0.2.2" [dependencies.libm] version = "0.2.6" optional = true [dependencies.macroquad] version = "0.4.2" optional = true default-features = false [dependencies.notcurses] version = "3.5.0" optional = true [dependencies.rgb] version = "0.8.36" optional = true default-features = false [dependencies.sdl2] version = "0.35.2" features = ["gfx"] optional = true default-features = false [dependencies.tiny-skia] version = "0.11.1" optional = true default-features = false [dev-dependencies] [features] alloc = ["devela/alloc"] complete = ["full"] default = [] full = [ "approx", "macroquad", "notcurses", "rgb", "sdl2", ] full_no_std = [ "no_std", "full", "tiny-skia", ] full_std = [ "std", "full", "tiny-skia", ] nightly = [] nightly_docs = [ "nightly", "full_std", "notcurses?/vendored", "devela/nightly_docs", ] no-std = ["no_std"] no_std = [ "libm", "approx", "tiny-skia?/no-std-float", ] safe = [] safest = [ "safe", "devela/safest", ] std = [ "alloc", "iunorm/std", "devela/std", "tiny-skia?/std", "approx?/std", ] unsafe = [] unsafest = [ "unsafe", "devela/unsafest", ] [badges.maintenance] status = "experimental"