1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "dsb"
version = "0.1.0"
edition = "2024"

[dependencies]
array_chunks = "1.0.0"
atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" }
fimg = { git = "https://github.com/bend-n/fimg", features = [
    "save",
    "real-show",
] }
implicit-fn = "0.1.0"
lower = "0.2.0"
lru-cache = "0.1.2"
swash = "0.2.5"
swizzle = "0.1.0"
umath = "0.0.7"

[[test]]
name = "test"
harness = false