[dependencies.derive_builder]
version = "0.20.2"
[dependencies.fundsp]
default-features = false
version = "0.20"
[dependencies.plotters]
default-features = false
features = ["line_series", "svg_backend"]
version = "0.3.7"
[dev-dependencies.insta]
version = "1.43"
[lib]
name = "insta_fun"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Snapshot testing of fundsp units. Visualize output in svg and compare using insta"
edition = "2024"
keywords = ["fundsp", "insta", "plotters", "testing", "visualization"]
license = "Unlicense"
name = "insta-fun"
readme = "README.md"
repository = "https://github.com/anvlkv/insta-fun"
version = "0.2.1"