# 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 = "win-audio-devices-cli" version = "0.2.0" description = "A Windows CLI to manage audio devices" readme = "README.md" keywords = [ "audio", "windows", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/3tilley/win-audio-devices-cli" [[bin]] name = "wadc" path = "src/main.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.com-policy-config] version = "0.3.0" [dependencies.false] version = "0.0.0" [dependencies.log] version = "0.4.17" [dependencies.opentelemetry] version = "0.20.0" features = ["logs"] [dependencies.opentelemetry-appender-log] version = "0.1.0" default-features = false [dependencies.opentelemetry-stdout] version = "0.1.0" features = ["logs"] [dependencies.opentelemetry_sdk] version = "0.20.0" features = ["logs"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.wasapi] version = "0.14.0"