[go: up one dir, main page]

File: Cargo.toml

package info (click to toggle)
triforce-lv2 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 136 kB
  • sloc: makefile: 36
file content (24 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
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 = "triforce-lv2"
authors = ["James Calligeros"]
description = "Minimum variance distortionless response beamformer for Apple mic arrays"
license = "GPL-2.0-or-later"
repository = "https://github.com/chadmed/triforce"
version = "0.2.1"
edition = "2021"
keywords = ["lv2", "beamforming", "audio", "plugin"]
categories = ["multimedia::audio"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = 3
lto = "thin"

[dependencies]
lv2 = "0.6.0"
nalgebra = "0.33.2"
rustfft = "6.2.0"

[lib]
crate-type = ["cdylib"]
name = "triforce"