[package] name = "faust-build" version = "0.2.1" authors = ["Franz Heinzmann (Frando) ", "obsoleszenz "] license = "MIT OR Apache-2.0" edition = "2018" description = "Build FAUST dsp files into Rust modules as part of the normal crate compilation" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tempfile = "3.2.0" heck = "0.3.2"