# 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 = "tinted-scheme-extractor" version = "0.5.0" authors = [ "Jamy Golden ", "Tinted Theming ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to create a Tinted Theming scheme based on a provided image" homepage = "https://github.com/tinted-theming/tinted-scheme-extractor-rs" readme = "README.md" keywords = [ "base16", "base24", "tinted-theming", "theme", ] license = "MPL-2.0" repository = "https://github.com/tinted-theming/tinted-scheme-extractor-rs" [lib] name = "tinted_scheme_extractor" path = "src/lib.rs" [dependencies.color-thief] version = "0.2.2" [dependencies.image] version = "0.25.2" [dependencies.palette] version = "0.7.6" [dependencies.thiserror] version = "1.0.61" [dependencies.tinted-builder] version = "0.8.0"