# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hsluv" version = "0.3.1" authors = ["Dusk Banks "] exclude = ["*.nix", ".github", "/nix", "flake.lock"] description = "Human-friendly HSL (revision 4)" readme = "README.md" keywords = ["color", "husl", "hsl", "luv", "rgb"] categories = ["encoding", "no-std"] license = "MIT" repository = "https://github.com/bb010g/rust-hsluv.git" [package.metadata.docs.rs] features = ["std"] [lib] [dependencies.num-traits] version = "0.2.14" default-features = false [build-dependencies.json] version = "0.11.13" [features] alloc = [] default = ["std"] libm = ["num-traits/libm"] std = ["alloc", "num-traits/std"]