# 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 = "color_scaling" version = "0.0.5" authors = ["Boris Faure "] description = "Functions to scale colors: get a weighted color between 2 colors" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/borisfaure/color_scaling.rs/" resolver = "2" [lib] name = "color_scaling" path = "src/lib.rs" [dependencies.image] version = "0.23" [dependencies.num-traits] version = "0.2.*"