-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCargo.toml
33 lines (29 loc) · 841 Bytes
/
Cargo.toml
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
26
27
28
29
30
31
32
33
[package]
name = "birdy"
version = "0.1.12"
authors = ["Konstantin Matsiushonak <[email protected]"]
edition = "2021"
description = "Screenshot tool"
readme = "README.md"
repository = "https://github.com/kakoc/birdy"
license = "MIT OR Apache-2.0"
categories = ["visualization", "multimedia"]
keywords = ["screenshot", "screen-capturer", "capture"]
[dependencies]
env_logger = "0.10.0"
error-iter = "0.4.1"
log = "0.4.20"
winit = "0.28.6"
winit_input_helper = "0.14.1"
pixels = "0.13.0"
screenshots = "0.8.5"
arboard = { version = "3.2.1", features = ["default", "wayland-data-control"] }
fontdue = "0.7.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"
fastblur = "0.1.1"
clap = { version = "4.5.1", features = ["derive"] }
image = "0.24.8"
chrono = "0.4.34"
[dev-dependencies]
rusty-hook = "^0.11.2"