# 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_device_tester" version = "0.1.6" authors = ["Taneli Kaivola "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Test audio devices and report errors and long delays in operations" readme = "README.md" categories = [ "command-line-utilities", "multimedia::audio", ] license = "GPL-3.0-only" repository = "https://github.com/tanelikaivola/audio_device_tester" [[bin]] name = "audio_device_tester" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.cpal] version = "0.14.2" [dependencies.itertools] version = "0.10.5" [dependencies.termcolor] version = "1.2.0"