# 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.68.0" name = "skribble_color" version = "0.0.0" authors = ["Ifiok Jr. "] include = [ "src/**/*.rs", "Cargo.toml", "readme.md", ] description = "convert between different supported css color formats using the palette crate" homepage = "https://github.com/ifiokjr/skribble" documentation = "https://docs.rs/skribble_color" readme = "readme.md" keywords = [ "build", "atomic", "css", ] categories = [ "web-programming", "wasm", ] license = "Unlicense" repository = "https://github.com/ifiokjr/skribble" [dependencies.doc-comment] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.palette] version = "0.6" features = ["serializing"] [dependencies.regex] version = "1" [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.insta] version = "1" features = ["json"]