# 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 = "2018" name = "audio-processor-graph" version = "2.6.0" authors = ["Pedro Tacla Yamada (@yamadapc) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Run graphs of AudioProcessors" homepage = "https://github.com/yamadapc/augmented-audio" readme = "README.md" license = "MIT" repository = "https://github.com/yamadapc/augmented-audio" resolver = "2" [package.metadata.augmented] private = false [lib] name = "audio_processor_graph" path = "src/lib.rs" [[example]] name = "filter_delays" path = "examples/filter_delays.rs" [[example]] name = "noop" path = "examples/noop.rs" [[example]] name = "sine_generator" path = "examples/sine_generator.rs" [[bench]] name = "graph_processor_bench" path = "benches/graph_processor_bench.rs" harness = false [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.augmented_oscillator] version = "1.4.0" [dependencies.daggy] version = "0.8" [dependencies.num-traits] version = "0.2.14" [dependencies.thiserror] version = "^1.0.26" [dev-dependencies.assert_no_alloc] version = "1.1.2" features = ["disable_release"] default-features = false [dev-dependencies.audio-processor-standalone] version = "3.5.0" [dev-dependencies.audio-processor-testing-helpers] version = "2.7.0" [dev-dependencies.audio-processor-time] version = "1.7.0" [dev-dependencies.audio-processor-utility] version = "2.5.0" [dev-dependencies.augmented-dsp-filters] version = "2.5.0" [dev-dependencies.criterion] version = "0.4"