# 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 = "midir" version = "0.10.1" authors = ["Patrick Reisert"] description = "A cross-platform, realtime MIDI processing library, inspired by RtMidi." readme = "README.md" keywords = [ "midi", "audio", "music", "sound", ] categories = [ "multimedia::audio", "api-bindings", ] license = "MIT" repository = "https://github.com/Boddlnagg/midir" [dependencies.bitflags] version = "1.2" [dependencies.jack-sys] version = "0.5" optional = true [dependencies.libc] version = "0.2.21" optional = true [features] avoid_timestamping = [] coremidi_send_timestamped = [] default = [] jack = [ "jack-sys", "libc", ] winrt = [ "windows/Foundation", "windows/Foundation_Collections", "windows/Devices_Midi", "windows/Devices_Enumeration", "windows/Storage_Streams", "windows/Win32_System_WinRT", ] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Event", "Navigator", "Window", "MidiAccess", "MidiInput", "MidiInputMap", "MidiMessageEvent", "MidiOptions", "MidiOutput", "MidiOutputMap", "MidiPort", "MidiPortType", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.2" [target."cfg(target_os = \"ios\")".dependencies.coremidi] version = "0.8.0" [target."cfg(target_os = \"linux\")".dependencies.alsa] version = "0.9.0" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.21" [target."cfg(target_os = \"macos\")".dependencies.coremidi] version = "0.8.0" [target."cfg(target_os = \"windows\")".dependencies.parking_lot] version = "0.12.1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.56" features = [ "Win32_Foundation", "Win32_Media", "Win32_Media_Multimedia", "Win32_Media_Audio", ]