# 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-utility" version = "2.5.0" authors = ["Pedro Tacla Yamada (@yamadapc) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility AudioProcessor implementations (pan, gain, mono, noise)" 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 processor_examples = [ "gain", "mono", "pan", ] [lib] name = "audio_processor_utility" path = "src/lib.rs" [[example]] name = "gain" path = "examples/gain.rs" [[example]] name = "mono" path = "examples/mono.rs" [[example]] name = "noise" path = "examples/noise.rs" [[example]] name = "pan" path = "examples/pan.rs" [dependencies.assert_no_alloc] version = "1.1" [dependencies.audio-garbage-collector] version = "1.2.0" [dependencies.audio-processor-traits] version = "4.3.0" [dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.audio-processor-standalone] version = "3.5.0" [dev-dependencies.audio-processor-testing-helpers] version = "2.7.0"