-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (25 loc) · 768 Bytes
/
Cargo.toml
File metadata and controls
26 lines (25 loc) · 768 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 = "wave"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
color-eyre = "0.6.5"
cpal = "0.17.3"
crossterm = "0.29.0"
dasp = { version = "0.11.0", default-features = false, features = ["ring_buffer"] }
dasp_interpolate = { version = "0.11.0", features = ["sinc"] }
dasp_signal = "0.11.0"
directories = "6.0.0"
fundsp = "0.23.0"
lazy_static = "1.5.0"
ndarray = "0.17.2"
non-empty-slice = "0.5.1"
ratatui = "0.30.0"
rodio = "0.22.2"
rusqlite = { version = "0.39.0", default-features = false, features = ["bundled"] }
rustfft = "6.4.1"
spectrograms = { version = "1.1.0", default-features = false, features = ["realfft"] }
tracing = "0.1.44"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }