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