-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 717 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 717 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
[package]
name = "spyrrow"
version = "0.8.3"
edition = "2024"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "spyrrow"
crate-type = ["cdylib"]
[dependencies]
jagua-rs = { features = ["spp"], version = "0.7.0" }
# jagua-rs = { git = "https://github.com/JeroenGar/jagua-rs.git", rev = "ba38bcae9ed3ab41a9e93a1894e2b01ea87c6619", features = [
# "spp",
#] }
pyo3 = "0.27.2"
rand = "0.10"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sparrow = { git = "https://github.com/JeroenGar/sparrow.git", rev = "881cdcbdf492ca42ba5413954ea6e41889a3becd", features = [
"only_final_svg",
] }
num_cpus = "1.17.0"