# 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.67" name = "named-colour" version = "0.3.5" authors = ["Jeremiah Russell "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ named-colour provides Hex Codes for popular colour names. """ documentation = "https://docs.rs/named-colour" readme = "README.md" keywords = [ "colours", "constants", "reference", ] categories = [ "web-programming", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jerus-org/named-colour" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "named_colour" path = "src/lib.rs" [dependencies.rgb] version = "0.8.50" features = ["serde"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tinyrand] version = "0.5.0" [dev-dependencies.rstest] version = "0.23.0" [features] default = ["extended"] extended = []