# 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 = "microswitch" version = "2.0.0" authors = ["Joris van der Wel "] include = ["resources/**/*", "src/**/*", "Cargo.toml", "build.rs", "LICENSE", "README.md"] description = "μSwitch is a cross-platform application which enables musicians to play sounds using switches. It's designed for people with disabilities to help them practise playing music and to perform in a concert." homepage = "https://github.com/Joris-van-der-Wel/microswitch" readme = "README.md" keywords = ["accessibility", "music", "switch", "gamepad", "midi"] categories = ["accessibility", "multimedia::audio"] license = "MIT" repository = "https://github.com/Joris-van-der-Wel/microswitch" [dependencies.gilrs] version = "0.8" [dependencies.iced] version = "0.3" features = ["tokio"] [dependencies.iced_futures] version = "0.3" [dependencies.iced_native] version = "0.4" [dependencies.msgbox] version = "0.6" [dependencies.path-absolutize] version = "3.0" [dependencies.rand] version = "0.8" [dependencies.rodio] version = "0.13" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.11" features = ["sync"] [dependencies.winapi] version = "0.3" features = ["wincon", "winuser"] [dev-dependencies.pretty_assertions] version = "0.6" [build-dependencies.image] version = "0.23" [build-dependencies.path-absolutize] version = "3.0" [build-dependencies.yaml-rust] version = "0.4"