# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "web-midi" version = "0.1.0" authors = ["Mendelt Siebenga "] description = "Wraps the web-midi calls from the web-sys library in a more rusty interface" readme = "README.md" keywords = ["midi", "wasm"] categories = ["api-bindings", "wasm", "multimedia::audio"] license = "MIT/Apache-2.0" repository = "https://github.com/mendelt/web-midi" [dependencies.js-sys] version = "0.3.45" [dependencies.wasm-bindgen] version = "0.2.68" [dependencies.wasm-bindgen-futures] version = "0.4.18" [dependencies.web-sys] version = "0.3.45" features = ["console", "Document", "Element", "HtmlElement", "MidiAccess", "MidiOptions", "MidiInput", "MidiInputMap", "MidiOutput", "MidiOutputMap", "MidiPort", "Node", "Window", "Navigator"]