# 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] name = "select_color" version = "0.22.0" authors = ["Sven Nilsen "] description = "A library for color selection" homepage = "https://github.com/pistondevelopers/select_color" documentation = "https://docs.rs/select_color" readme = "README.md" keywords = [ "select", "color", "piston", ] license = "MIT" repository = "https://github.com/pistondevelopers/select_color.git" [lib] name = "select_color" path = "src/lib.rs" [dependencies.image] version = "0.25.1"