# 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 = "2021" name = "audio-processor-metronome" version = "3.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements a simple metronome processor" readme = "README.md" license = "MIT" [package.metadata.augmented] private = false processor_examples = ["audio_processor_metronome_example"] [lib] name = "audio_processor_metronome" path = "src/lib.rs" [[example]] name = "audio_processor_metronome_example" path = "examples/audio_processor_metronome_example.rs" [[example]] name = "audio_processor_metronome_example_file" path = "examples/audio_processor_metronome_example_file.rs" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-file] version = "3.3.0" [dependencies.audio-processor-standalone] version = "3.5.0" default-features = false [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.augmented-adsr-envelope] version = "0.5.0" [dependencies.augmented-playhead] version = "0.9.0" [dependencies.augmented_oscillator] version = "1.4.0" [dependencies.enum_dispatch] version = "0.3.8" [dev-dependencies.audio-processor-testing-helpers] version = "2.7.0"