# 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 = "farver" version = "3.1.0" authors = [ "Carsten Kragelund ", "vaidehijoshi ", "chancancode ", ] description = "A Rust color library with easy transformation of colors with less functions." homepage = "https://github.com/nyxkrage/farver" readme = "README.md" keywords = [ "color", "colors", "colour", ] license = "ISC" repository = "https://github.com/nyxkrage/farver" resolver = "2" [dependencies.bevy] version = "0.8.1" optional = true [dependencies.palette] version = "0.6.1" optional = true [dependencies.serde] version = "1.0.147" optional = true [dev-dependencies.bevy] version = "0.8.1" features = ["bevy_render"] default-features = true [dev-dependencies.palette] version = "0.6.1" [dev-dependencies.serde] version = "1.0.147" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.87"