-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (21 loc) · 557 Bytes
/
Cargo.toml
File metadata and controls
26 lines (21 loc) · 557 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
[package]
name = "albumpaper_rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24.5"
rayon = "1.5.1"
fastblur = { git = "https://github.com/fschutt/fastblur" }
ordered-float = { version = "3.0", default-features = false }
fast_image_resize = "1.0.0"
rand = "0.9.1"
# Colored noise
colorgrad = "0.7.2"
noise = "0.8.2"
[lib]
name = "albumpaper_rs"
crate-type = ["cdylib"]
[dependencies.pyo3]
version = "0.25.1"
features = ["extension-module"]