Files
pixelpwnr/Cargo.toml
2022-08-18 18:56:13 +02:00

25 lines
541 B
TOML

[package]
name = "pixelpwnr"
version = "0.1.0"
authors = ["Tim Visée <timvisee@gmail.com>"]
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