# 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 = "hex_color" version = "3.0.0" authors = ["Sean C. Roach "] description = "A simple, lightweight library for working with RGB(A) hexadecimal colors." readme = "README.md" keywords = [ "color", "hex", "rgb", "rgba", ] categories = [ "data-structures", "graphics", "multimedia::images", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/seancroach/hex_color" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.arrayvec] version = "0.7" optional = true default-features = false [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.version-sync] version = "0.9" [features] default = ["std"] rand = ["dep:rand"] serde = [ "dep:serde", "dep:arrayvec", ] std = [ "rand?/std", "rand?/std_rng", ]