# 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 = "pixelpwnr" version = "0.0.1" authors = ["Tim Visée "] description = "Insanely fast pixelflut client for images and animations" homepage = "https://timvisee.com/projects/pixelpwnr" readme = "README.md" keywords = [ "pixelflut", "pixelpwnr", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/timvisee/pixelpwnr" [profile.release] lto = true [dependencies.bufstream] version = "0.1" [dependencies.clap] version = "2.34" [dependencies.image] version = "0.23" [dependencies.num_cpus] version = "1.13.1" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5"