insta-fun 2.2.3

Snapshot testing of fundsp units. Visualize output in svg and compare using insta
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "insta-fun"
version = "2.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Snapshot testing of fundsp units. Visualize output in svg and compare using insta"
readme = "README.md"
keywords = [
    "fundsp",
    "insta",
    "plotters",
    "testing",
    "visualization",
]
license = "Unlicense"
repository = "https://github.com/anvlkv/insta-fun"

[features]
default = []
dot = ["dep:petgraph"]

[lib]
name = "insta_fun"
path = "src/lib.rs"

[[example]]
name = "filters"
path = "examples/filters.rs"

[[example]]
name = "filters_advanced"
path = "examples/filters_advanced.rs"

[[example]]
name = "modulation_and_control"
path = "examples/modulation_and_control.rs"

[[example]]
name = "oscillators"
path = "examples/oscillators.rs"

[[example]]
name = "oscillators_advanced"
path = "examples/oscillators_advanced.rs"

[[example]]
name = "time_fx_and_noise"
path = "examples/time_fx_and_noise.rs"

[[example]]
name = "utility_shaping_rate"
path = "examples/utility_shaping_rate.rs"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.fundsp]
version = "0.23"
features = ["std"]
default-features = false

[dependencies.petgraph]
version = "0.8.3"
optional = true

[dependencies.plotters]
version = "0.3.7"
features = [
    "line_series",
    "point_series",
    "svg_backend",
]
default-features = false

[dev-dependencies.insta]
version = "1.47"