bent/Cargo.toml

25 lines
700 B
TOML
Raw Permalink Normal View History

2024-05-01 07:39:51 +00:00
[workspace]
2024-06-06 19:51:01 +00:00
resolver = "2"
2024-06-23 22:09:16 +00:00
members = ["bent", "bent-funny-zone", "bingus", "bong"]
2024-06-06 20:01:12 +00:00
package.edition = "2021"
package.license = "Unlicense"
package.description = "databending made easy"
package.authors = ["Breval Ferrari <breee@duck.com>"]
package.repository = "https://codeberg.org/p6nj/bent"
package.keywords = ["databending", "data-bending", "bending", "bend", "art"]
2024-06-29 12:08:50 +00:00
[workspace.dependencies]
2024-07-07 06:19:23 +00:00
fundsp = "0.18.2"
2024-07-20 19:13:30 +00:00
image = "0.25.1"
2024-07-07 06:19:23 +00:00
anyhow = "1.0.86"
bingus = { version = "0.1.0", path = "bingus" }
2024-07-10 16:58:11 +00:00
num-traits = "0.2.19"
dasp_sample = "0.11.0"
rayon = "1.10.0"
dirs = "5.0.1"
rfd = "0.14.1"
2024-07-13 07:07:50 +00:00
derive-new = "0.6.0"
infer = "0.16.0"
indicatif = { version = "0.17.8", features = ["rayon"] }
getset = "0.1.2"