-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (35 loc) · 985 Bytes
/
Copy pathCargo.toml
File metadata and controls
38 lines (35 loc) · 985 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
26
27
28
29
30
31
32
33
34
35
36
37
38
[package]
name = "rush"
version = "1.5.0"
edition = "2021"
repository = "https://github.com/giacomopiccinini/rush"
rust-version = "1.81"
authors = ["Giacomo Piccinini <giacomo.piccinini@proton.me>"]
description = "Swiss-army knife for media inspection and manipulation"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/giacomopiccinini/rush"
keywords = ["cli", "multimedia", "data", "data-engineering"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.91"
clap = { version = "4.4.7", features = ["derive"] }
ffmpeg-next = "8.0"
hound = "3.5.1"
image = "0.24.7"
lofty = "0.17.1"
polars = { version = "0.43.1", features = ["csv", "lazy", "parquet"] }
rayon = "1.10.0"
rubato = "0.16.0"
walkdir = "2.4.0"
hashbrown = "0.15.1"
gstreamer-video = "0.23.4"
gstreamer = "0.23.4"
gstreamer-app = "0.23.4"
regex = "1.11.1"
tempfile = "3.16.0"
sha2 = "0.10.8"
[dev-dependencies]
uuid = { version = "1.0", features = ["v4"] }
[profile.release]
lto = true