# 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 = "sbz-switch" version = "4.1.0" authors = ["Matthew Donoughe "] description = "Utility for changing Sound Blaster parameters on Windows" readme = "README.md" keywords = [ "windows", "sound", ] categories = [ "command-line-utilities", "multimedia::audio", ] license = "MIT/Apache-2.0" repository = "https://github.com/mdonoughe/sbz-switch/" [package.metadata.docs.rs] default-target = "i686-pc-windows-msvc" [dependencies.clap] version = "2" [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.slog] version = "2" features = [ "max_level_trace", "release_max_level_info", ] [dependencies.sloggers] version = "1" [dependencies.toml] version = "0.5" [dependencies.winapi] version = "0.3" features = [ "combaseapi", "coml2api", "endpointvolume", "mmdeviceapi", "objbase", "oleauto", "synchapi", "unknwnbase", "winerror", ]