# 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 = "bevy_midi" version = "0.9.0" authors = ["Black Phlox "] exclude = [ ".github/*", "assets/*", ] description = "Send and receive MIDI data to and from bevy and other programs or controllers." documentation = "https://docs.rs/bevy_midi" readme = "README.md" keywords = [ "gamedev", "bevy", "midi", "encoding", "control", ] categories = [ "game-development", "game-engines", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackPhlox/bevy_midi" [lib] name = "bevy_midi" [dependencies.bevy] version = "0.14" features = ["multi_threaded"] default-features = false [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.midir] version = "0.10" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_asset", "bevy_scene", "bevy_render", "bevy_winit", "bevy_gltf", "bevy_ui", "bevy_text", "zstd", "tonemapping_luts", "ktx2", "hdr", ] default-features = false [dev-dependencies.bevy_egui] version = "0.28" features = ["immutable_ctx"] [dev-dependencies.bevy_mod_picking] version = "0.20" [dev-dependencies.strum] version = "0.26" features = ["derive"] [target."cfg(target_os = \"linux\")".dev-dependencies.bevy] version = "0.14" features = [ "x11", "wayland", ] default-features = false