# 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 = "image-colorizer" version = "1.1.4" authors = ["Taylor Beeston "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Never settle for images outside your colorscheme again!" readme = "README.md" keywords = [ "image", "color", "gpu", "webgpu", "wgsl", ] categories = [ "multimedia::images", "graphics", "command-line-utilities", ] license = "MIT" repository = "https://github.com/TaylorBeeston/image-colorizer" [[bin]] name = "image-colorizer" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.clap] version = "3.2" [dependencies.config] version = "0.13" [dependencies.dirs] version = "5.0" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.24.6" [dependencies.indicatif] version = "0.17.3" [dependencies.palette] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.toml] version = "0.7" [dependencies.wgpu] version = "0.16"