# 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" rust-version = "1.60" name = "tauri-plugin-midi" version = "0.1.1" authors = [ "Brendan Allan", "Oscar Beaumont", ] build = "build.rs" links = "tauri-plugin-midi" include = [ "/src", "/build.rs", "/permissions", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A WebMIDI-compatible plugin for Tauri" documentation = "https://docs.rs/tauri-plugin-midi" readme = "README.md" keywords = [ "tauri", "midi", "webmidi", "tauri-plugin", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/specta-rs/tauri-plugin-midi" [package.metadata."docs.rs"] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_midi" path = "src/lib.rs" [dependencies.midir] version = "0.9.1" [dependencies.serde] version = "1.0.195" [dependencies.specta] version = "=2.0.0-rc.20" [dependencies.tauri] version = "^2.0.0-rc.16" [dependencies.tauri-specta] version = "=2.0.0-rc.20" features = ["derive"] [dev-dependencies.specta-typescript] version = "0.0.7" [dev-dependencies.tauri-specta] version = "=2.0.0-rc.20" features = ["typescript"] [build-dependencies.tauri-plugin] version = "2.0.0-rc.13" features = ["build"] [target.'cfg(target_os = "macos")'.dependencies.coremidi-hotplug-notification] version = "0.1.1"