-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (23 loc) · 596 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (23 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "pixelpwnr"
version = "0.1.0"
edition = "2021"
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 = { version = "4.4", features = [ "derive" ] }
image = "0.25"
num_cpus = "1.13.1"
regex = "1.5"
rayon = "1.5.1"
[profile.release]
lto = true