faust-types 0.2.1

Types and traits needed by Rust modules built from FAUST dsp files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "faust-types"
version = "0.2.1"
authors = ["Franz Heinzmann (Frando) <frando@unbiskant.org>", "obsoleszenz <obsoleszenz@riseup.net>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "Types and traits needed by Rust modules built from FAUST dsp files"
readme = "../README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["jack"]
jack = ["dep:jack", "dep:libm"]

[dependencies]
jack = { version = "0.7.0", optional = true }
libm = { version = "0.2.1", optional = true }